export declare enum TextStateType {
    Static = 0,
    Active = 1,
    InEdit = 2
}
