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