export declare const enum TextEvent { LinkClick = "__linkClick", Change = "__textChange", FocusIn = "__textFocusIn", FocusOut = "__textFocusOut" }