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