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