import type { FunctionalComponent } from 'vue'; declare const Ship: FunctionalComponent<{}, {}>; export default Ship;