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