import { default as React } from 'react'; import { Props } from './CustomRangeForm.types'; export declare const setOffsetType: (a: any, obj: any) => any; declare const CustomRangeForm: ({ ranges, rangeUnits, currentRange, currentGroup, handleDurationValueChange, handleOffsetValueChange, handleModeChange, handleChange, texts, handleTimestampChange, timestamp, relativeModes, }: Props) => React.JSX.Element; export default CustomRangeForm;