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