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