export declare class TextInteractionMode extends Object {
    static NORMAL: string;
    static SELECTION: string;
    constructor();
}
