import { RelativeRangePickerProps } from './Types'; export declare const RelativeRangePicker: (props: RelativeRangePickerProps) => JSX.Element;