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