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