import CronoChat from './components/CronoChat';
import { ChatConfig } from './types/chat';
declare const mount: (element: HTMLElement, config: ChatConfig) => void;
export { CronoChat, mount };
export type { ChatConfig };
declare const _default: {
    CronoChat: import("react").FC<import("./components/CronoChat").CronoChatProps>;
    mount: (element: HTMLElement, config: ChatConfig) => void;
};
export default _default;
