import { ComponentProps } from 'react'; export declare type DateRangePickerProps = ComponentProps; export declare const DateRangePicker: import("react").FC, import("web-platform-alpha").RangeValue>>;