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