import { DateRangePickerProps } from './date-range-picker.types'; /** * The `DateRangePicker` component is a composite component that provides a way to select a range of dates. * * ### Usage * * ```tsx * import { DateRangePicker } from '@bloomreach/react-banana-ui'; * * export default function MyCustomComponent() { * return { * console.log('Changed value', value); // => `Date` object * console.log('Context', context); // => Validation information use it if you want to show validation message * }} * />; * } * ``` */ declare const DateRangePicker: import('react').ForwardRefExoticComponent>; export default DateRangePicker;