import { RouteLocationRaw } from 'vue-router'; type __VLS_Props = { ariaLabel?: string; serviceTitle?: string; serviceSubtitle?: string; homeLink?: { ariaLabel?: string; to?: RouteLocationRaw; href?: string; }; headingLevelTitle?: 1 | 2 | 3 | 4 | 5 | 6; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ 'brand-content'?(): void; }> & { 'brand-content'?(): void; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { ariaLabel: string; serviceTitle: string; serviceSubtitle: string; homeLink: { ariaLabel?: string; to?: RouteLocationRaw; href?: string; }; headingLevelTitle: 1 | 2 | 3 | 4 | 5 | 6; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };