import * as React from "react";
import type { IconProps } from "../types";
declare const LightBulbSolid: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default LightBulbSolid;
//# sourceMappingURL=light-bulb-solid.d.ts.map