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