/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ContextService } from '../../../common/provider.service';
import { IdService } from '../../../common/id.service';
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
import * as i0 from "@angular/core";
/**
* Represents the toolbar tool for showing a select-all `kendoGridSelectAllCheckbox` checkbox.
* Use this component inside a ToolbarComponent in the Grid.
*
* @example
* ```html
*
*
*
*
*
* ```
*/
export declare class SelectAllToolbarToolComponent extends ToolBarToolComponent {
private idService;
private ctx;
constructor(idService: IdService, ctx: ContextService);
/**
* @hidden
*/
selectAllCheckboxId(): string;
/**
* @hidden
*/
get selectAllCheckboxLabel(): string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}