import { Cell, ColumnDescriptor, LookupRow, TableRowModel } from '../../../index'; export declare const lookupField: { /** * Creates a table-row for the given lookup-row. */ createTableRow(lookupRow: LookupRow, multipleColumns?: boolean): TableRowModel; /** * Creates a table cell for a descriptor. If no descriptor is provided, the default lookupRow cell is created. */ createTableCell(lookupRow: LookupRow, desc?: ColumnDescriptor, tableRowData?: object): Cell; }; //# sourceMappingURL=lookupField.d.ts.map