export interface DateRangeProps { modelValue?: string; seperatorText?: string; mode?: string; icon?: string; inputable?: boolean; startPlaceholder?: string; endPlaceholder?: string; type?: string; min?: string | Date | number; max?: string | Date | number; disabled?: boolean; clearable?: boolean; prefix?: string; suffix?: string; flex?: boolean; } declare function __VLS_template(): { prefix?(_: {}): any; suffix?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent void; focus: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: (...args: any[]) => any; onFocus?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }>, { mode: string; flex: boolean; type: string; icon: string; disabled: boolean; modelValue: string; inputable: boolean; clearable: boolean; prefix: string; suffix: string; min: string | Date | number; max: string | Date | number; seperatorText: string; startPlaceholder: string; endPlaceholder: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };