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