import { RouteLocationRaw } from 'vue-router'; import { Theme } from './types'; type __VLS_Props = { theme?: Theme; serviceTitle?: string; serviceSubTitle?: string; mobileVersion?: boolean; reduceLogo?: boolean; homeLink?: { ariaLabel?: string; to?: RouteLocationRaw; href?: string; }; headingLevelTitle?: 1 | 2 | 3 | 4 | 5 | 6; headingLevelSubtitle?: 1 | 2 | 3 | 4; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default(): unknown; 'brand-content'(): unknown; }> & { default(): unknown; 'brand-content'(): unknown; }; refs: {}; rootEl: HTMLDivElement; }; 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<{}>, { theme: Theme; serviceTitle: string; homeLink: { ariaLabel?: string; to?: RouteLocationRaw; href?: string; }; headingLevelTitle: 1 | 2 | 3 | 4 | 5 | 6; serviceSubTitle: string; mobileVersion: boolean; reduceLogo: boolean; headingLevelSubtitle: 1 | 2 | 3 | 4; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };