/** * The `HeaderSecondary` component displays secondary header controls, such as * the search box and the user menu. On the default skin, these are shown on the * right side of the header. */ export default class HeaderSecondary extends Component<import("../../common/Component").ComponentAttrs> { /** * Build an item list for the controls. * * @return {ItemList} */ items(): ItemList; } import Component from "../../common/Component"; import ItemList from "../../common/utils/ItemList";