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