export declare const SubscriptionListTotalMonthlyRecurringRevenueRow: ({ companyNameSticky, totalMRRAmount, }: { companyNameSticky: boolean; totalMRRAmount: string; }) => import("react/jsx-runtime").JSX.Element;