import React from 'react'; import { GridSize } from '@mui/material/Grid'; import { StoreSchemaType } from '@ui-schema/ui-schema/CommonTypings'; import { PluginProps } from '@ui-schema/ui-schema/PluginStack'; import { GroupRendererProps } from '@ui-schema/ui-schema'; export declare const SchemaGridItem: React.ComponentType>; export declare const RootRenderer: React.ComponentType>; export declare const GroupRenderer: React.ComponentType>; export declare const SchemaGridHandler: React.ComponentType;