import * as React from 'react'; import type { WidgetPluginProps } from '@ui-schema/react/WidgetEngine'; import type { SomeSchema } from '@ui-schema/ui-schema/CommonTypings'; export interface InjectSplitSchemaRootContext { schemaStyle?: SomeSchema; } /** * @deprecated use a custom schemaPlugin instead */ export declare const InjectSplitSchemaPlugin: React.ComponentType;