import { DataTableCellComponent } from '../datatable-cell/datatable-cell.component'; import { CurrencyConfig } from '../../data/data-column.model'; import * as i0 from "@angular/core"; export declare class AmountCellComponent extends DataTableCellComponent { currencyConfig: CurrencyConfig; private readonly defaultCurrencyCode; readonly defaultCurrencyConfig: CurrencyConfig; private readonly rawAmountValue; readonly amountValue: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }