import { OnInit } from "@angular/core"; import { AgCellMenuItems, CellCustomActions } from "../grid.interface"; import { getElementValue } from "../../core.interface"; import { MenuItem } from "primeng/api"; import { HelperService } from "../../helper.service"; import * as i0 from "@angular/core"; export declare class CellCustomComponent implements OnInit { private _helper; params: any; cellCustomActions: CellCustomActions[]; checkboxValue: boolean | null; constructor(_helper: HelperService); getElementValue: typeof getElementValue; ngOnInit(): void; agInit(params: any): void; isPopup(): boolean; getMenuItems(menuItems: AgCellMenuItems[], p?: any): MenuItem[]; onSelect(e: any): void; buttonClick(e: UIEvent, mat: CellCustomActions, params?: any): void; getBgStyle(mat: CellCustomActions): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }