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