/// <reference types="react" />
import { SvgIconProps } from '@material-ui/core/SvgIcon';
declare const LineGraph: (props: SvgIconProps) => JSX.Element;
export default LineGraph;
