import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react'; export interface PharosDropdownMenuNavCategoryProps extends DetailedHTMLProps, HTMLElement> { /** * Indicates the link is active */ isActive?: boolean; } export declare const PharosDropdownMenuNavCategory: FC; //# sourceMappingURL=pharos-dropdown-menu-nav-category.d.ts.map