import type { DateRangeFieldProps } from './types';
declare const DateRangeField: import("svelte").Component<DateRangeFieldProps, {}, "value">;
type DateRangeField = ReturnType<typeof DateRangeField>;
export default DateRangeField;
