import * as React from 'react'; import { DateRangePickerProps } from './DateRangePicker.types'; /** * The DateRangePicker component allows selecting a range of dates. * It automatically chooses between the docked (desktop) and modal (mobile) variants based on screen size. */ export declare const DateRangePicker: React.ForwardRefExoticComponent & React.RefAttributes>;