import { type Row } from 'react-table';
import { type Field, type LinkModel } from '@grafana/data';
/**
 * @internal
 */
export declare const getCellLinks: (field: Field, row: Row) => LinkModel<Field<any>>[] | undefined;
