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