import { ElementRef, EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { GC } from '../inputman'; import { GcInputManBaseComponent } from './GcInputManBase'; import * as i0 from "@angular/core"; export declare class GcTextBoxComponent extends GcInputManBaseComponent implements ControlValueAccessor { constructor(ref: ElementRef); private onChange; private onTouched; writeValue(value: any): void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; setDisabledState(isDisabled: boolean): void; autoConvert: boolean; ellipsisString: string | null; ellipsis: GC.InputMan.EllipsisMode; format: string | null; lengthAsByte: boolean; maxLength: number; passwordChar: string | null; text: string | null; useSystemPasswordChar: boolean; imeReadingStringAppend: boolean; imeReadingStringKanaMode: GC.InputMan.KanaMode; imeReadingStringEnableAlphabetReadingMapping: boolean; exitOnLastChar: boolean; highlightText: boolean; imeReadingString: string; showClearButton: boolean; passwordRevelationMode: GC.InputMan.PasswordRevelationMode; useStandardPasswordInput: boolean; trimMode: GC.InputMan.TrimMode; onIMEReadingStringOutput: EventEmitter; imeReadingStringChange: EventEmitter; protected initGcComponent(): void; protected bindEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }