import { DateRangePickerProps } from './date-range-picker.types'; /** * DateRangePicker * ============================================================ * Combines a DateInput with a RangeCalendar popover for date range selection. * Users can either type a date range directly or select from the calendar. * * @supportsStyleProps */ export declare const DateRangePicker: { (props: DateRangePickerProps): import("react/jsx-runtime").JSX.Element; displayName: string; };