declare var __VLS_1: { event: Record; }, __VLS_4: `event.${any}`, __VLS_5: { event: Record; }, __VLS_7: { event: Record; }, __VLS_21: { event: Record; }; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_5) => any; } & { 'event.all-day'?: (props: typeof __VLS_1) => any; } & { event?: (props: typeof __VLS_7) => any; } & { 'event-content'?: (props: typeof __VLS_21) => any; }; declare const __VLS_base: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "event-drag-start": (...args: any[]) => void; "event-drag-end": (...args: any[]) => void; "event-resize-start": (...args: any[]) => void; "event-resize-end": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly> & Readonly<{ "onEvent-drag-start"?: ((...args: any[]) => any) | undefined; "onEvent-drag-end"?: ((...args: any[]) => any) | undefined; "onEvent-resize-start"?: ((...args: any[]) => any) | undefined; "onEvent-resize-end"?: ((...args: any[]) => any) | undefined; }>, { inAllDayBar: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };