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