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