import { CalendarDateCellType } from './calendar'; import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { 'date-cell'?(_: { data: { isSelected: boolean; day: string; date: Date; type: CalendarDateCellType; }; }): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: DefineComponent; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (val: Date) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ readonly modelValue: { readonly type: DateConstructor; }; readonly range: { readonly type: PropType<[Date, Date]>; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((val: Date) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };