declare const _default: import('vue').DefineComponent<{}, {
    $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
    variant: string;
    size: string;
    disabled: boolean;
    modelValue: string | Date;
    format: string;
    placeholder: string;
    showToday: boolean;
    minDate: string | Date;
    maxDate: string | Date;
    $props: {
        readonly variant?: string | undefined;
        readonly size?: string | undefined;
        readonly disabled?: boolean | undefined;
        readonly modelValue?: string | Date | undefined;
        readonly format?: string | undefined;
        readonly placeholder?: string | undefined;
        readonly showToday?: boolean | undefined;
        readonly minDate?: string | Date | undefined;
        readonly maxDate?: string | Date | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
    datePickerRef: HTMLDivElement;
    inputRef: HTMLInputElement;
}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=DatePicker.vue.d.ts.map