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