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