import * as React from 'react'; import { ILinearProgressProps } from './LinearProgress.props'; export { ILinearProgressProps } from './LinearProgress.props'; /** * @deprecated `LinearProgress` component will be deprecated soon. * */ export declare const LinearProgress: React.ForwardRefExoticComponent & React.RefAttributes>; export default LinearProgress;