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