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