import { OnInit } from '@angular/core'; import { NgxExcelCellInterface } from '../../interfaces/ngx-excel-cell.interface'; export declare class NgxExcelHandleCellComponent extends NgxExcelCellInterface implements OnInit { excelCellHandleClass: boolean; ngOnInit(): void; }