import { ICellRendererAngularComp } from 'ag-grid-angular'; import * as i0 from "@angular/core"; export declare class PrimeActionsRenderer implements ICellRendererAngularComp { params: any; btnConfigs: any[]; agInit(params: any): void; refresh(params: any): boolean; getDisabled(item: any): boolean; onBtnClick(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }