import { OutputProgressBarModel } from './OutputProgress.types';
declare const OutputProgressBar: (props: OutputProgressBarModel) => import("react/jsx-runtime").JSX.Element;
export default OutputProgressBar;
