// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const Moon: React.FunctionComponent<Props>;
export { Moon, Moon as default };
