import { IUseColorProps } from '../../composables/input/useInputColor'; interface IEDRPRProps extends IUseColorProps { modelValue?: Date | null; minDate?: Date | string | null; maxDate?: Date | string | null; relativeDateParts?: Array; inputValueFormat?: string; placeholder?: string; presetValue?: string; } declare const _default: import("vue").DefineComponent, { modelValue: null; minDate: null; maxDate: null; relativeDateParts: () => import('./enum').RelativeDatePartItemType[]; inputValueFormat: string; placeholder: string; presetValue: string; prefixIcon: string; prefixIconSize: string; prefixIconColor: string; color: string; }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (pl: Date | null, opt: string) => void; }, string, import("vue").PublicProps, Readonly, { modelValue: null; minDate: null; maxDate: null; relativeDateParts: () => import('./enum').RelativeDatePartItemType[]; inputValueFormat: string; placeholder: string; presetValue: string; prefixIcon: string; prefixIconSize: string; prefixIconColor: string; color: string; }>>> & Readonly<{ "onUpdate:modelValue"?: ((pl: Date | null, opt: string) => any) | undefined; }>, { color: "" | "success" | "warning" | "primary" | "secondary" | "destructive" | "active" | "primary-alternative"; placeholder: string; modelValue: Date | null; prefixIconColor: string; prefixIcon: import('../../types').TIcon; prefixIconSize: string; minDate: string | Date | null; maxDate: string | Date | null; relativeDateParts: string[]; inputValueFormat: string; presetValue: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {};