export declare class EventBindingThis {
    protected bindEventThis(functionNameList: string[], args?: {
        [key: string]: any;
    }): this;
}
