declare class TarcerElement { private handleDomListers; private attrSelectFlag; constructor(); private createXPath; private createTitle; private handleElementEvent; private init; addElementActionListenr: (onHandleListener: (title: any, info: any) => any) => void; stopElementActionCatch: () => void; resumeElementActionCatch: () => void; } export default TarcerElement;