import { LitElement } from "lit"; import "./string/string-input.js"; import "./array/array-input.js"; import "./object/object-input.js"; import "./union/path-pattern-input.js"; export declare class GeneralInput extends LitElement { property: string; moduleId?: string; modules?: Array; value: string; schema: any; required: any; handleInlangProjectChange: (value: string, key: string, moduleId?: string) => void; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "general-input": GeneralInput; } } //# sourceMappingURL=general-input.d.ts.map