import { type CalendarProps } from './common';
declare const _default: import("vue").DefineComponent<CalendarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    "update:model-value": (value: string | string[] | Date | Date[]) => any;
    change: (value: string | string[] | Date | Date[]) => any;
}, string, import("vue").PublicProps, Readonly<CalendarProps> & Readonly<{
    "onUpdate:model-value"?: ((value: string | string[] | Date | Date[]) => any) | undefined;
    onChange?: ((value: string | string[] | Date | Date[]) => any) | undefined;
}>, {
    type: import("./common").CalendarType;
    weekStartsOn: number;
    maxDays: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
