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