import { IconProps } from '../lib';
declare function CloudMoon({ weight, color, size, style }: IconProps): JSX.Element;
export default CloudMoon;
