import type { Key } from 'react'; export declare function resolvePhoneGridRowKey(record: Record, rowKey: string | ((record: Record) => Key)): Key | undefined; export declare function mergePhoneGridRowsByRowKey(prev: unknown[], nextPage: unknown[], rowKey: string | ((record: Record) => Key)): unknown[];