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