import type { CalendarChange } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly date: { readonly type: DateConstructor; readonly default: () => Date; readonly required: true; }; readonly lunar: BasicType; readonly showHeader: BasicType; readonly border: BasicType; readonly borderColor: BasicType, string | null>; readonly dayCellHeight: BasicType, string | number | null>; readonly weekCellHeight: BasicType, string | number | null>; readonly onChangeDate: BasicType, null>; readonly onChangeMonth: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly Date; readonly required: true; }; readonly lunar: BasicType; readonly showHeader: BasicType; readonly border: BasicType; readonly borderColor: BasicType, string | null>; readonly dayCellHeight: BasicType, string | number | null>; readonly weekCellHeight: BasicType, string | number | null>; readonly onChangeDate: BasicType, null>; readonly onChangeMonth: BasicType, null>; }>>, { readonly date: Date; readonly lunar: boolean; readonly showHeader: boolean; readonly border: boolean; readonly borderColor: string; readonly dayCellHeight: string | number; readonly weekCellHeight: string | number; readonly onChangeDate: CalendarChange; readonly onChangeMonth: CalendarChange; }>; export default _sfc_main;