export declare class AppRoot { appKey: string; element: HTMLElement; componentWillLoad(): void; render(): any; }