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