import { RouteLocationRaw } from 'vue-router'; type PropsType = { logoAlt: string; serviceTitle?: string; serviceSubtitle?: string; homeLink?: { 'to'?: RouteLocationRaw; 'href'?: string; 'aria-label'?: 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 & Readonly<{}>, { serviceTitle: string; serviceSubtitle: string; homeLink: { "to"?: RouteLocationRaw; "href"?: string; "aria-label"?: 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; }; };