import { AfterViewInit } from '@angular/core';
import { AgEditorComponent } from 'ag-grid-angular';
import * as i0 from "@angular/core";
export declare class CheckboxCellEditorComponent implements AgEditorComponent, AfterViewInit {
    private params;
    isCheckboxActive: boolean;
    id: string;
    private singleClickEdit;
    ngAfterViewInit(): void;
    agInit(params: any): void;
    getValue(): any;
    doOnChange(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxCellEditorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxCellEditorComponent, "systelab-checkbox-cell", never, {}, {}, never, never, false, never>;
}
