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