import { TFunction } from 'react-i18next'; import { SummaryTableRows } from "../../../../../custom-ui-components/src"; import { AllocationsPreview } from '../../../machines'; type Params = { allocationsPreview: AllocationsPreview; t: TFunction<'subscriptions-manager'[]>; language: string; }; export declare const mapChargeSummaryToTable: ({ allocationsPreview, t, language, }: Params) => SummaryTableRows; export {};