import { NavBarProps } from '../../index'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { 'navbar-toggle'?(_: {}): any; 'navbar-left'?(_: {}): any; 'navbar-right'?(_: {}): any; 'navbar-end'?(_: {}): any; }; refs: { navBarElement: HTMLElement; }; rootEl: HTMLElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { compactMobile: boolean; links: import('../../index').NavLink[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { navBarElement: HTMLElement; }, HTMLElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=index.vue.d.ts.map