/** Navigation dropdown for small screen sizes */ export declare class NavbarMobileMenuComponent { _yPos: string; constructor(); /** Show the component from view */ show(): void; /** Hide the component from view */ hide(): void; }