import type { DME } from '../..'; import type { EntityTableBlock } from './entity'; declare const Table: (props: DME.WidgetRenderProps) => import("react/jsx-runtime").JSX.Element; export default Table;