export function attachComponent(parent: any, element: any, componentClass: any, props?: {}): Promise<{ component: any; destroy(): void; update(props: any): void; }>;