import React from 'react'; import { WidgetProps, WithValue } from '@ui-schema/ui-schema'; import { MuiWidgetBinding } from '@ui-schema/ds-material/widgetsBinding'; export declare const TableAdvancedBase: React.ComponentType & WithValue>; export declare const TableAdvanced: React.ComponentType>;