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