/// import * as uui from '@epam/uui-components'; interface ProgressBarMods { /** * Defines component size. * @default '12' */ size?: '12' | '18' | '24'; /** * To show ProgressBar with striped animation. The striped progress bar has no label. */ striped?: boolean; } export type ProgressBarProps = uui.ProgressBarProps & ProgressBarMods; export declare const ProgressBar: import("react").ComponentType>; export {}; //# sourceMappingURL=ProgressBar.d.ts.map