import type { AppState } from "./system/state/app.state.js"; export interface ShellProps { appState: AppState; } export declare const Shell: ({ appState }: ShellProps) => import("react/jsx-runtime").JSX.Element;