import { SVGProps } from "react";
declare const LIChartArea: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { LIChartArea };
