import type { TdChatListProps } from '../chat-list/type'; import type { TransformEventHandlers, ExtractNonOnProps } from '@tdesign/uniapp/common/common'; export type ChatListProps = ExtractNonOnProps; export type ChatListEmits = TransformEventHandlers; declare const ChatListComponent: import('vue').DefineComponent; export default ChatListComponent;