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