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