export declare function ProgressBar({ time, percent }: { time: string; percent: string | number; }): JSX.Element;