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