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