/** * @uiName Portal Frame */ export declare class NavigationMenu { ignored: boolean; /** * @uiName Include dropdown menu */ includeDropdown: boolean; /** * @uiName Label on the header menu */ menuLabel: string; constructor(); disconnectedCallback(): void; render(): any; }