import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const BulbOutlineIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { BulbOutlineIcon, BulbOutlineIcon as default };
//# sourceMappingURL=BulbOutline.d.ts.map