import { LitElement } from "lit"; import "./default-object-input.js"; import "./lint-rule-level-object-input.js"; export declare class ObjectInput extends LitElement { property: string; moduleId?: string; modules?: object; keyPlaceholder?: string; valuePlaceholder?: string; value: Record; schema: any; withTitle?: boolean; withDescription?: boolean; required?: boolean; handleInlangProjectChange: (value: Record, key: string, moduleId?: string) => void; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "object-input": ObjectInput; } } //# sourceMappingURL=object-input.d.ts.map