import { TableComponent } from "../../components/table/table.component"; import * as i0 from "@angular/core"; export declare class IntelicaCellCheckboxDirective { private table; field: string; row: any; constructor(table: TableComponent); onNgModelChange(val: boolean): void; onPrimeChange(evt: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }