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