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