import { ChatConfigContextType } from '../../../../../../src/types';

export declare const ChatConfigContext: import('react').Context<ChatConfigContextType>;
export declare const ChatConfigProvider: (props: ChatConfigContextType) => import("react/jsx-runtime").JSX.Element;
