import { JsonFormsRendererRegistryEntry, JsonSchema, Scopable, TesterContext, UISchemaElement } from '@jsonforms/core';

export declare const isMixedSchema: (uischema: UISchemaElement & Scopable, schema: JsonSchema, context: TesterContext) => boolean;
export declare const isMixedControl: (uischema: UISchemaElement, schema: JsonSchema, context: TesterContext) => boolean;
export declare const entry: JsonFormsRendererRegistryEntry;
