import { FC } from 'react';
import { ProgressProps } from './type';
declare const LineProgress: FC<Omit<ProgressProps, 'innerWidth'>>;
export default LineProgress;
//# sourceMappingURL=LineProgress.d.ts.map