declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & (new () => { $slots: S; }); declare const __VLS_component: import("vue").DefineComponent<{}, { type: string; theme?: string | undefined; $props: { readonly type?: string | undefined; readonly theme?: string | undefined; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; type __VLS_Slots = { header?: ((props: {}) => any) | undefined; } & { footer?: ((props: {}) => any) | undefined; } & { mini?: ((props: {}) => any) | undefined; } & { start?: ((props: {}) => any) | undefined; } & { startHeader?: ((props: {}) => any) | undefined; } & { startFooter?: ((props: {}) => any) | undefined; } & { end?: ((props: {}) => any) | undefined; } & { default?: ((props: {}) => any) | undefined; };