import { ShowtimeMaintenancePageProps } from './ShowtimeMaintenancePage.types'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}; type __VLS_Slots = {} & { logo?: (props: typeof __VLS_1) => any; } & { illustration?: (props: typeof __VLS_3) => any; } & { actions?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import('vue').DefineComponent & Readonly<{}>, { minHeight: string; title: string; theme: "dark" | "light"; status: string; message: string; contactLabel: string; contactValue: string; contactHref: string; logo: string; logoAlt: string; illustration: string; illustrationAlt: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };