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