import { Sizes } from '../constants'; interface InputsOptions { dayInputPlaceholder?: string; monthInputPlaceholder?: string; yearInputPlaceholder?: string; } interface Props { allowEmpty?: boolean; autocompleteBirthday?: boolean; disabled?: boolean; displayErrorMessage?: boolean; errorMessage?: string; inputsOptions?: InputsOptions; isInvalid?: boolean; label?: string; locale?: string; maxDate?: string | Date; minDate?: string | Date; modelValue?: string | Date; required?: boolean; size?: Sizes; } declare const __VLS_export: import('vue').DefineComponent any; onValidation: (value: boolean) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; onOnValidation?: ((value: boolean) => any) | undefined; }>, { label: string; size: Sizes; required: boolean; minDate: string | Date; maxDate: string | Date; locale: string; disabled: boolean; modelValue: string | Date; isInvalid: boolean; errorMessage: string; displayErrorMessage: boolean; allowEmpty: boolean; autocompleteBirthday: boolean; inputsOptions: InputsOptions; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpDate.vue.d.ts.map