import { OnDestroy, OnInit } from '@angular/core'; import { DatatableSearchListOption, DatatableSelectColumn } from '../../types/datatable-column.type'; import * as i0 from "@angular/core"; export declare class CellSelectValueComponent implements OnInit, OnDestroy { column: DatatableSelectColumn & { __options?: DatatableSearchListOption[]; }; row: any; options: DatatableSearchListOption[]; private subsink; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-cell-select-value", never, { "column": { "alias": "column"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, true, never>; }