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