/// import { BalanceCellProps } from './type'; declare function BalanceCell({ percentage, days, remainingAmount, currency, ...props }: BalanceCellProps): import("react").JSX.Element | null; export default BalanceCell;