declare function __VLS_template(): { slots: Readonly<{ /** * The main slot * * Will be displayed under the logo if any. */ default(): any; }> & { /** * The main slot * * Will be displayed under the logo if any. */ default(): any; }; refs: {}; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<{ /** * The background image displayed */ backgroundImageUrl?: string; /** * A logo displayed, center aligned */ logoImageUrl?: string; logoLinkUrl?: string; textBottomRight?: string; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (id: number) => any; update: (value: string) => any; }, string, import('vue').PublicProps, Readonly<{ /** * The background image displayed */ backgroundImageUrl?: string; /** * A logo displayed, center aligned */ logoImageUrl?: string; logoLinkUrl?: string; textBottomRight?: string; }> & Readonly<{ onChange?: ((id: number) => any) | undefined; onUpdate?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };