export declare const ElCalendar: import("../../utils/types").SFCWithInstall; readonly range: import("../../utils/props").BuildPropReturn, unknown, unknown, unknown, [Date, Date]>; }, { selectedDay: import("vue").Ref; curMonthDatePrefix: import("vue").ComputedRef; i18nDate: import("vue").ComputedRef; realSelectedDay: import("vue").WritableComputedRef; date: import("vue").ComputedRef; validatedRange: import("vue").ComputedRef<[import("dayjs").Dayjs, import("dayjs").Dayjs][]>; pickDay: (day: import("dayjs").Dayjs) => void; selectDate: (type: "today" | "prev-month" | "next-month" | "prev-year" | "next-year") => void; t: import("../..").Translator; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: Date) => boolean; input: (value: Date) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly modelValue?: unknown; readonly range?: unknown; } & {} & { modelValue?: Date | undefined; range?: [Date, Date] | undefined; }> & { onInput?: ((value: Date) => any) | undefined; "onUpdate:modelValue"?: ((value: Date) => any) | undefined; }, { modelValue: Date; range: [Date, Date]; }>> & Record; export default ElCalendar; export * from './src/calendar';