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