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