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