import { default as CurrencyInput } from './CurrencyInput.vue'; export { CurrencyInput as VxCurrencyInput }; export { currencyInputProps } from './currency-input'; export type { CurrencyInputProps, CurrencyDisplay, CurrencyPosition } from './currency-input';