import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { EditCommunicationComponent } from '../edit-communication.component'; import * as i0 from "@angular/core"; export declare class BooleanEditTemplateComponent extends EditCommunicationComponent { private readonly changeDetectorRef; checkboxRef: ElementRef; readonly filterFieldName = "booleanEdit"; constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef); toggle(changed: boolean): void; protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }