import React from "react";
import { SvgIconProps } from "@mui/material";
declare const AreaChartIcon: (props: SvgIconProps) => React.JSX.Element;
export default AreaChartIcon;
