import CurrencyAmount from './CurrencyAmount'; export default CurrencyAmount; export { type CurrencyAmountProps } from './CurrencyAmount'; export { DecimalSpan } from './style';