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