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