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