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