import React from 'react';
import { LinearProgressProps } from './LinearProgress.types';
/**
 * A linear progress indicates a determinate loading state.
 */
declare const LinearProgress: React.FC<LinearProgressProps>;
export default LinearProgress;
