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