import { CalendarRangeProps, CalendarRangeSlots } from "./types.js"; //#region src/components/calendar-range/calendar-range.vue.d.ts type __VLS_Slots = CalendarRangeSlots; 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; }, 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; }>, {}, {}, {}, {}, 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 };