import 'tdesign-web-components/lib/chatbot'; import type { DefineComponent } from 'vue'; import type { TdChatListProps, TdChatProps, TdChatSearchContentProps, TdChatSuggestionContentProps } from 'tdesign-web-components'; export declare const Chatbot: DefineComponent; export declare const ChatSearchContentComponent: DefineComponent; export declare const ChatSuggestionContentComponent: DefineComponent; export declare const ChatListComponent: DefineComponent; export default Chatbot;