import { Common } from "elmer-common";
export declare class ElmerDomEvent extends Common implements EventListenerObject {
    eventDom: any;
    callBack: Function;
    constructor();
    setConfig(dom: HTMLElement, eventHandle: Function): void;
    handleEvent(): void;
}
