interface Props { title?: string; /** Secondary line under the title (page description / context). */ subtitle?: string; showMenuButton?: boolean; backTo?: string | Record; border?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { 'header-left'?(_: {}): any; 'header-center'?(_: {}): any; 'header-right'?(_: {}): any; content?(_: {}): any; default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { border: boolean; showMenuButton: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=AppContent.vue.d.ts.map