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