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