import { DateFormat, DateRange } from '@smallwebco/tinypivot-core'; type __VLS_Props = { dataMin: string; dataMax: string; currentRange: DateRange | null; dateFormat?: DateFormat; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (range: DateRange | null) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((range: DateRange | null) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=DateRangeFilter.vue.d.ts.map