import React from 'react';
import { ProgressBarBaseProps } from '../interfaces';
export declare const ProgressBar: ({ value, label, variant, total, className, localeString, colorCustom, color, htmlLabel, ...props }: ProgressBarBaseProps) => React.JSX.Element;
