import type { JSONSchema7 } from '@j_c/jsfe__types'; import type { Widgets, Jsf, Path, UiSchema } from '../index.js'; export declare const objectField: (schema: JSONSchema7, data: unknown, path: Path, uiState: unknown, uiSchema: UiSchema, dig: Jsf['_dig'], schemaPath: Path, widgets: Widgets) => import("lit").TemplateResult<1>; //# sourceMappingURL=object.d.ts.map