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