import { FC } from 'react'; import type { OcListProps } from './OcForm.types'; export declare const OcList: FC;