import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class MenuBar implements ComponentInterface { $menuContent: HTMLElement; menuId: string; $el: HTMLElement; altText: string; collapse: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'; fixed: 'top' | 'bottom'; color: 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger' | 'light' | 'dark'; inverted: boolean; logoUrl: string; tagline: string; linkTag: string; hrefProp: string; expanded: boolean; componentDidRender(): void; private adjustForFixedMenu; private toggleMenu; private setDropdownFocus; render(): any; }