/// <reference types="react" />
declare const Planet: (props: any, ref: any) => JSX.Element;
export default Planet;
