import { FC } from 'react'; import { ProgressBarProps } from './types'; export declare const ProgressBar: FC;