import { FunctionComponent } from 'react'; import { CircleProgressProps } from './types'; export declare const CircleProgress: FunctionComponent;