import * as React from 'react'; import { IHasCX, IHasRawProps } from '@epam/uui-core'; interface IIndicatorProps extends IHasCX, IHasRawProps { progress?: number; } export declare const IndicatorBar: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=IndicatorBar.d.ts.map