import { ApplicationShell } from '@malagu/core/lib/browser'; import * as React from 'react'; export declare class Shell implements ApplicationShell { protected readonly app: React.ComponentType; attach(host: HTMLElement): void; } //# sourceMappingURL=shell.d.ts.map