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