export declare const getCellKey: ($table: any, row: any, column: any) => string; export declare const updateRowStatus: ($table: any, row: any) => void; export declare const getCellStatus: ($table: any, row: any, column: any) => any;