import { AmeliproPageLayoutInfos, SkipLink } from './types'; import { PropType } from 'vue'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { header?(_: {}): any; userMenuComplementaryInfo?(_: {}): any; serviceMenuMsg?(_: {}): any; structureMenuSearchBar?(_: {}): any; signatureMenu?(_: {}): any; patientBanner?(_: {}): any; main?(_: {}): any; footer?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: undefined; }; customMainContent: { type: BooleanConstructor; default: boolean; }; skipLinks: { type: PropType; default: () => never[]; }; uniqueId: { type: StringConstructor; default: undefined; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "click-logo": (...args: any[]) => void; "back-btn-click": (...args: any[]) => void; "click:patient-change": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; default: undefined; }; customMainContent: { type: BooleanConstructor; default: boolean; }; skipLinks: { type: PropType; default: () => never[]; }; uniqueId: { type: StringConstructor; default: undefined; }; }>> & Readonly<{ "onClick-logo"?: ((...args: any[]) => any) | undefined; "onBack-btn-click"?: ((...args: any[]) => any) | undefined; "onClick:patient-change"?: ((...args: any[]) => any) | undefined; }>, { uniqueId: string; ameliproPageLayoutInfos: AmeliproPageLayoutInfos; customMainContent: boolean; skipLinks: SkipLink[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };