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