import { OnInit } from '@angular/core'; import { ICellRendererAngularComp } from 'ag-grid-angular'; import { ICellRendererParams, IAfterGuiAttachedParams } from 'ag-grid-community'; import * as i0 from "@angular/core"; export declare class AgActionButtonComponent implements OnInit, ICellRendererAngularComp { params: ICellRendererParams & { [key: string]: any; }; constructor(); ngOnInit(): void; refresh(params: ICellRendererParams & { [key: string]: any; }): boolean; agInit(params: ICellRendererParams & { [key: string]: any; }): void; afterGuiAttached?(params?: IAfterGuiAttachedParams): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }