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