import React from 'react';
import type { ChatbotWidgetProps } from './types';
export declare const ChatbotWidget: React.FC<ChatbotWidgetProps>;
