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