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

declare const LightbulbOutline: ReactIconComponentType;
export default LightbulbOutline;
            