import * as i0 from "@angular/core"; export type GridActionItem = { textKey: string; image?: string; disabled?: (data: any) => boolean; show?: (data: any) => boolean; onClick: (data: any) => void; }; export declare class GridActionComponent { translation: Record; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }