/// export default function moneyRender(cellData: { amount: string; currency: string; } | string): "" | JSX.Element;