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