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