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