import { ComponentClass } from 'react'; import { PartialProgressBarProps, ProgressProps } from './iProgress'; declare const _default: ComponentClass, any> & { Bar: PartialProgressBarProps; }; export default _default;