import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react'; export interface PharosSidenavMenuProps extends DetailedHTMLProps, HTMLElement> { /** * Indicates the label of the menu. */ label?: string | undefined; /** * Indicates the menu is expanded */ expanded?: boolean; } export declare const PharosSidenavMenu: FC; //# sourceMappingURL=pharos-sidenav-menu.d.ts.map