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