/// export declare const ChatAnyWhereLayoutContext: import("react").Context<{ collapsed: boolean; toggleCollapsed: () => void; }>; export declare function ChatAnyWhereLayoutContextProvider(props: { children: React.ReactNode | React.ReactNode[]; }): import("react/jsx-runtime").JSX.Element;