/// type Props = { size?: number | string; color?: string; }; declare function CURRENCY_MONAD({ size, color }: Props): JSX.Element; declare namespace CURRENCY_MONAD { var DefaultColor: string; } export default CURRENCY_MONAD;