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