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