import React from "react"; import { ProgressProps } from "./types"; declare const Progress: React.FC>; export default Progress;