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