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