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