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