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