import { DataTableCellComponent } from '../datatable-cell/datatable-cell.component'; import { DecimalConfig } from '../../data/data-column.model'; import * as i0 from "@angular/core"; export declare class NumberCellComponent extends DataTableCellComponent { decimalConfig: DecimalConfig; readonly defaultDecimalConfig: DecimalConfig; private readonly rawNumberValue; readonly numberValue: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }