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