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