import { IconProps } from '../lib';
declare function Moon(props: IconProps): JSX.Element;
export default Moon;
