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