import React from 'react'; import { OcPickerPartialProps } from './OcPicker.types'; declare function OcPickerPartial(props: OcPickerPartialProps): React.JSX.Element; export default OcPickerPartial;