import { DateRangeFieldProps, DateRangeFieldSlots } from "./types.js"; //#region src/components/date-range-field/date-range-field.vue.d.ts type __VLS_Slots = DateRangeFieldSlots; declare const __VLS_base: import("vue").DefineComponent any; "update:placeholder": (date: import("@internationalized/date").DateValue) => any; "update:startValue": (date: import("@internationalized/date").DateValue | undefined) => any; "update:endValue": (date: import("@internationalized/date").DateValue | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((range: import("@soybeanjs/headless").DateRange) => any) | undefined; "onUpdate:placeholder"?: ((date: import("@internationalized/date").DateValue) => any) | undefined; "onUpdate:startValue"?: ((date: import("@internationalized/date").DateValue | undefined) => any) | undefined; "onUpdate:endValue"?: ((date: import("@internationalized/date").DateValue | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };