import * as React from 'react'; import { Creatable } from '../generic'; import { LinearProgressProps } from './LinearProgress.types'; declare const LinearProgress: Creatable< React.FunctionComponent >; export default LinearProgress;