export declare class MultitouchInputMode extends Object {
    static NONE: string;
    static GESTURE: string;
    static TOUCH_POINT: string;
    constructor();
}
