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