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