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