import type { PropType } from 'vue'; type PresetKey = 'today' | 'yesterday' | 'last7days' | 'last30days' | 'thisMonth' | 'lastMonth'; interface DateRange { start: Date; end: Date; preset: PresetKey; } declare const __VLS_export: import("vue").DefineComponent; default: () => string; }; modelValue: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: DateRange | undefined) => any; }, string, import("vue").PublicProps, Readonly; default: () => string; }; modelValue: { type: PropType; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: DateRange | undefined) => any) | undefined; }>, { disabled: boolean; preset: PresetKey; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;