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