/** Stable virtualizer item key: the row id, or the index as fallback. */ export declare const getRowKey: (rows: { id: string; }[], index: number) => string | number;