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