export declare namespace layout { function firstItemHeight(items: HTMLSmoothlyItemElement[]): number | undefined; function applyMenuHeight(element: HTMLElement, itemHeight: number, menuHeight: MenuHeight): void; function applyElementHeight(element: HTMLElement): void; type MenuHeight = `${number}${"items" | "rem" | "px" | "vh"}`; }