type __VLS_Props = {
    modelValue: Date;
    mode: 'year' | 'month' | 'date';
    min?: Date | null | undefined;
    max?: Date | null | undefined;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:modelValue": (value: Date) => any;
    "update:mode": (mode: "date" | "month" | "year") => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    "onUpdate:modelValue"?: ((value: Date) => any) | undefined;
    "onUpdate:mode"?: ((mode: "date" | "month" | "year") => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
