/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum 8c69a6795e940dcfd317faad38eb0801 */ import * as React from "react"; import { LGGlyph } from '../types'; export interface BulbProps extends LGGlyph.ComponentProps { } declare const Bulb: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: BulbProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default Bulb; //# sourceMappingURL=Bulb.d.ts.map