import { PharosElement } from '../base/pharos-element'; import type { TemplateResult, CSSResultArray, PropertyValues } from 'lit'; declare const PharosDropdownMenuNav_base: typeof PharosElement; /** * Pharos dropdown menu nav component. * * @tag pharos-dropdown-menu-nav * * @slot - Contains the pharos-links and associated pharos-dropdown-menu. * */ export declare class PharosDropdownMenuNav extends PharosDropdownMenuNav_base { /** * Indicates the aria-label to apply to the nav element. * @attr a11y-label */ a11yLabel?: string; private _allLinks; private _allMenus; static get styles(): CSSResultArray; protected firstUpdated(): void; protected update(changedProperties: PropertyValues): void; private _closeAllMenus; private _handleSlotChange; protected render(): TemplateResult; } export {}; //# sourceMappingURL=pharos-dropdown-menu-nav.d.ts.map