import { ElementRef } from '@angular/core'; import { GridOptions, GridComponent } from '../grid/grid/grid.component'; import { ActionService } from '../service/action.service'; import * as i0 from "@angular/core"; export declare class HeadComponent { private action; actionsContainerRef: ElementRef; searchContainerRef: ElementRef; gridOptions: import("@angular/core").InputSignal; grid: import("@angular/core").InputSignal; actions: import("@angular/core").InputSignal; authLevel: import("@angular/core").InputSignal; rowSelected: boolean; constructor(action: ActionService); toggleChildren(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }