import CurrencyInput from './components/CurrencyInput'; export { CurrencyInputProps } from './components/CurrencyInputProps'; export default CurrencyInput; export { formatValue } from './components/utils/formatValue';