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