import React from 'react'; import type { OcPickerRefConfig } from './OcPicker.types'; import { OcRangePickerProps } from './OcPicker.types'; declare class OcRangePicker extends React.Component> { pickerRef: React.RefObject; focus: () => void; blur: () => void; render(): React.JSX.Element; } export default OcRangePicker;