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