import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgMoon: (props: SVGProps) => React.JSX.Element; export default SvgMoon; //# sourceMappingURL=Moon.d.ts.map