export declare function renderTextInputValue(options: { value: string; cursorOffset: number; suggestion?: string; isDisabled: boolean; }): string; export declare function renderTextInputPlaceholder(options: { placeholder: string; isDisabled: boolean; }): string; //# sourceMappingURL=text-input-renderer.d.ts.map