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