import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react';
export interface PharosDropdownMenuNavProps extends DetailedHTMLProps, HTMLElement> {
/**
* Indicates the aria-label to apply to the nav element.
*/
a11yLabel?: string | undefined;
}
export declare const PharosDropdownMenuNav: FC;
//# sourceMappingURL=pharos-dropdown-menu-nav.d.ts.map