import { FC } from 'react'; import type { OcProgressProps } from './OcProgress.types'; declare const OcLine: FC; export default OcLine;