import { IconProps } from '../lib';
declare function Lightbulb(props: IconProps): JSX.Element;
export default Lightbulb;
