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