import { ChatContextType, ChatProviderType } from "./types";
export declare const useChat: () => ChatContextType;
export declare const ChatProvider: ({ children }: ChatProviderType) => React.ReactElement;
//# sourceMappingURL=ChatContext.d.ts.map