import { SomeSchema } from '@ui-schema/ui-schema/CommonTypings'; import * as React from 'react'; import { WidgetProps } from '@ui-schema/react/Widget'; export interface SchemaLayerProps { onSchema?: (schema: SomeSchema) => void; } export declare const SchemaLayer: (props: Omit, import("@ui-schema/react/applyWidgetEngine").WidgetEngineInjectProps | keyof import("../index.js").WithValue | keyof import("../index.js").UIMetaContext> & Partial> & Partial, "showValidity">> & PPlugin) => React.ReactElement>;