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