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