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