declare var __VLS_35: { close: any; titleId: any; titleClass: any; }, __VLS_37: {}, __VLS_47: {}, __VLS_49: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_35) => any; } & { title?: (props: typeof __VLS_37) => any; } & { default?: (props: typeof __VLS_47) => any; } & { footer?: (props: typeof __VLS_49) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };