import { FC } from 'react'; import { ProgressCircularProps } from './types'; export declare const ProgressCircular: FC;