/** * AppViewRouter * * Extracted from App.tsx — renders the correct view/overlay/dialog based on * the current application state. As of v2.11.0 this component takes no props; * all state flows through contexts. */ import type React from 'react'; /** * Public router: ONE boundary at the overlay-render chokepoint protects every * early-returned overlay/dialog tree; the inner per-tab boundary above keeps * its view-specific fallback. The crashed overlay tree unmounts with the * throw, so the fallback's `r` (reset) re-renders from clean context state. */ export declare const AppViewRouter: React.NamedExoticComponent; //# sourceMappingURL=AppViewRouter.d.ts.map