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