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