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