/** The possible types of data that can be displayed in a table cell. */exportdeclaretypeTableDataType = 'link' | 'enum' | 'object' | 'block' | 'actions' | 'numeric' | 'selector' | 'thumbnail' | 'paragraph' | 'text' | 'currency' | 'date';
//# sourceMappingURL=Table.types.d.ts.map