import { LitElement } from "lit"; import "../../field-header.js"; export declare class StringInput extends LitElement { static styles: import("lit").CSSResult[]; property: string; moduleId?: string; value: string; schema: any; required?: boolean; handleInlangProjectChange: (value: string, key: string, moduleId?: string) => void; private get _description(); private get _examples(); private get _title(); render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "string-input": StringInput; } } //# sourceMappingURL=string-input.d.ts.map