import * as React from "react"; import { ProgressBarPropsT } from "./types"; export declare const ProgressBar: React.FC;