import React from 'react'; import { DateRangePickerProps, Focusable } from '../interfaces'; export interface RelativeRangePickerProps { dateOnly: boolean; options: ReadonlyArray; initialSelection: DateRangePickerProps.RelativeValue | null; onChange: (range: DateRangePickerProps.RelativeValue) => void; i18nStrings: DateRangePickerProps.I18nStrings; isSingleGrid: boolean; } declare const _default: React.ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=index.d.ts.map