export declare class PoGridCellActionComponent { position?: string; value?: string; constructor(); onKeyDownContent(event: any): void; }