export default class TestComponent { div: any; comp: any; constructor(elem: any); setElement(elem: any): any; getComponent(): any; destroy(): any; findDOMNodesByText(pattern: any): any; findDOMNodeByText(pattern: any): any; findComponentByText(pattern: any): any; findInput(): any; findComponentById(id: any): any; static click(comp: any): any; static pressEnter(comp: any): any; static pressTab(comp: any): any; static changeValue(comp: any, value: any): any; }