export declare class NestShell { host: HTMLElement; shellHeader: Element; shellStart: Element; shellEnd: Element; componentWillLoad(): void; render(): any; }