/// import { GTextField } from '../GTextField'; import { GTextInput } from '../GTextInput'; export declare class InputElement extends createjs.EventDispatcher { private htmlInput; private $requestToShow; private inputElement; private inputDiv; private $scaleX; private $scaleY; private textValue; private colorValue; protected $textfield: GTextInput; constructor(tf: GTextInput); /**@internal */ $addToStage(): void; private initElement; get textField(): GTextField; /**@internal */ $show(): void; $hide(): void; onBlurHandler(): void; get text(): string; set text(value: string); setColor(value: string): void; /**@internal */ $onBlur(): void; onInputHandler(): void; private setAreaHeight; private getVAlignFactor; onClickHandler(e: Event): void; onDisconnect(): void; private setElementStyle; private $attrsCache; setAttribute(name: string, value: string): void; getAttribute(name: string): string; /**@internal */ $removeFromStage(): void; resetInput(): void; }