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