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