import React from 'react'; import { TableSchema, Application } from '@8base/utils'; export interface ITableSchemaContext { tablesList: TableSchema[]; applicationsList: Application[]; loading: boolean; } declare const TableSchemaContext: React.Context; export { TableSchemaContext }; //# sourceMappingURL=TableSchemaContext.d.ts.map