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