import type { TemplateResult, CSSResultArray } from 'lit'; import { PharosElement } from '../base/pharos-element'; import { PharosIcon } from '../icon/pharos-icon'; declare const PharosDropdownMenuNavCategory_base: typeof PharosElement; /** * Pharos dropdown menu nav category component. * * @tag pharos-dropdown-menu-nav-category * * @slot - Contains the content of the category (the default slot). * */ export declare class PharosDropdownMenuNavCategory extends PharosDropdownMenuNavCategory_base { /** * Indicates the link is active * @attr is-active */ isActive: boolean; static elementDefinitions: { 'pharos-icon': typeof PharosIcon; }; static get styles(): CSSResultArray; private _alert; private _hover; protected render(): TemplateResult; } export {}; //# sourceMappingURL=pharos-dropdown-menu-nav-category.d.ts.map