import * as i0 from "@angular/core"; export declare class GridActionItemComponent { image: string; text: string; disabled: boolean; children: any[]; hideArrow: boolean; disabledOptions: { [key: string]: any; }; get hostDisabled(): boolean; ImageType: string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }