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