import 'v-calendar/dist/style.css'; import type { TimeRange, DateTimePickerProps } from '../../../types'; declare const __VLS_export: import("vue").DefineComponent any; "update:modelValue": (value: TimeRange | null) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: TimeRange | null) => any) | undefined; "onUpdate:modelValue"?: ((value: TimeRange | null) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;