/*** Resolves a table row's identity from its declared field or explicit React callback. */ export declare function resolveDataTableRowKey(row: TRow, index: number, rowKey?: keyof TRow, rowId?: (row: TRow, index: number) => string): string; //# sourceMappingURL=resolveDataTableRowKey.d.ts.map