import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import { TableHeaderListValueType } from './cell-table.types'; import * as i0 from "@angular/core"; export declare class CellTableItemComponent { private sanitizer; row: any; valueType: TableHeaderListValueType; id: string; constructor(sanitizer: DomSanitizer); getSignColor: (value: string | number) => "" | "text-danger" | "text-success"; transformHTML(value: string): SafeHtml; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }