export declare const ProgressbarTheme: { root: { background: string; borderRadius: string; height: string; }; value: { background: string; }; label: { color: string; fontSize: string; fontWeight: string; }; };