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