import type { ChatBoxConfig } from "./lib/types"; interface ChatBoxProps extends ChatBoxConfig { } export declare function ChatBox(props: ChatBoxProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=chatbox.d.ts.map