import { OnDestroy, OnInit } from '@angular/core'; import { DatatableDateColumn } from '../../types/datatable-column.type'; import * as i0 from "@angular/core"; export declare class CellDateValueComponent implements OnInit, OnDestroy { private changeDetectorRef; column: DatatableDateColumn; set setRow(row: any); row: any; value?: any; duration?: string | null; private refreshInterval; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-cell-date-value", never, { "column": { "alias": "column"; "required": false; }; "setRow": { "alias": "row"; "required": false; }; }, {}, never, never, true, never>; }