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