declare var __VLS_1: { date: any; }, __VLS_38: any, __VLS_47: any; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { 'date-cell'?: (props: typeof __VLS_38) => any; } & { 'date-cell'?: (props: typeof __VLS_47) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };