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