import type { State } from "./model/auth.types.js"; export interface ShellProps { screen: State; } export declare const Shell: ({ screen }: ShellProps) => import("react/jsx-runtime").JSX.Element;