import { StudioView, TableDefinition, GenericDataSchema } from '../types'; /** * Helper that turns the View model into definition that can be used to render * Tables in the customer project and in Studio preview. * @param table View, converted from the API shape. * @param fields (Optional) holds type information about the DataStore model fields being represented. * @returns a definition that translates to rendered JSX elements. */ export declare function generateTableDefinition(table: StudioView, dataSchema?: GenericDataSchema): TableDefinition; //# sourceMappingURL=generate-table-definition.d.ts.map