import * as React from "react"; import { ProgressBarProps } from "../../../types/types"; declare const ProgressBar: (props: ProgressBarProps) => React.JSX.Element; export { ProgressBar };