/** * Describes the position of cell in table */ export declare class Cell { columnKey: string; rowKey: any; }