import type { JSONSchema7 } from '@j_c/jsfe__types'; import type { Jsf } from '../json-schema-form.js'; import type { Widgets, Path, UiSchema } from '@j_c/jsfe__types'; export declare const arrayField: (schema: JSONSchema7, dataLevel: unknown, path: Path, uiState: unknown, uiSchema: UiSchema, handleChange: Jsf['_handleChange'], dig: Jsf['_dig'], schemaPath: Path, widgets: Widgets) => any; //# sourceMappingURL=array.d.ts.map