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