import type React from 'react'; import type { AppViewProps } from './app-view-contract.js'; export declare function AppView({ host, runtime }: AppViewProps): React.ReactElement; //# sourceMappingURL=app-view.d.ts.map