import { ReactIconComponentType } from '../types';

declare const Lightbulb: ReactIconComponentType;
export default Lightbulb;
            