import { TableProps } from "../TableProps"; export declare function getRowKeyFromRecordKey(recordKey: TableProps["recordKey"]): (record: any, recordIndex: number) => string;