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