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