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 field: (schema: JSONSchema7, value: unknown, path: Path, uiOptions: UiSchema, required: boolean, handleChange: Jsf['_handleChange'], handleKeydown: Jsf['_handleKeydown'], schemaPath: Path, widgets: Widgets) => import("lit").TemplateResult<1>; //# sourceMappingURL=field.d.ts.map