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