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