interface AppShellContextValue { appeared: boolean; } export declare const AppShellContext: import("react").Context; export declare const useAppShellAppeared: () => boolean; export {};