import type { TotalContentProps } from '../types'; export declare const Total: ({ isBeta, discount, totalValue, totalPrice, totalMaxValue, hideHourlyPriceOnTotal, isLongFractionDigits, }: TotalContentProps) => import("react").JSX.Element; //# sourceMappingURL=Total.d.ts.map