import { LitElement } from "lit"; export declare class DefaultObjectInput extends LitElement { static styles: import("lit").CSSResult[]; property: string; keyPlaceholder?: string; valuePlaceholder?: string; moduleId?: string; value: Record; schema: any; withTitle?: boolean; withDescription?: boolean; required?: boolean; handleInlangProjectChange: (value: Record, key: string, moduleId?: string) => void; private get _description(); private get _title(); private _inputValue; private _inputKey; handleAddItemClick(): void; handleDeleteItemClick(key: string): void; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "default-object-input": DefaultObjectInput; } } //# sourceMappingURL=default-object-input.d.ts.map