/// export default function moneyRangeRender(cellData: { lower?: string; upper?: string; currency?: string; }): "" | JSX.Element;