import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react'; export interface PharosSidenavSectionProps extends DetailedHTMLProps, HTMLElement> { /** * Indicates the label to apply to the section. */ label?: string | undefined; /** * Indicates if the section should contain a divider. */ showDivider?: boolean; } export declare const PharosSidenavSection: FC; //# sourceMappingURL=pharos-sidenav-section.d.ts.map