/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import { CheckBoxComponent } from '@progress/kendo-angular-inputs'; import { SelectionService } from '../../selection/selection.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class TreeListSelectAllCheckboxDirective implements AfterViewInit, OnDestroy { private host; private selectionService; private cdr; private sub; private setState; constructor(host: CheckBoxComponent, hostEl: ElementRef, selectionService: SelectionService, cdr: ChangeDetectorRef, renderer: Renderer2); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }