import { Amount } from '@zeniai/client-epic-state'; export declare const PortfolioListTotalCashRow: ({ totalCashBalance, totalExpenses, totalRevenues, companyNameSticky, }: { companyNameSticky: boolean; totalCashBalance: Amount; totalExpenses: Amount; totalRevenues: Amount; }) => import("react/jsx-runtime").JSX.Element;