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