import { JsonSchema, UISchemaElement } from '@jsonforms/core'; /** * Determines if the given UI schema control is a JSON control. */ export declare function isJsonControl(uischema: UISchemaElement, schema: JsonSchema): boolean;