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