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