import type { TdChatActionbarProps } from '../chat-actionbar/type'; import type { TransformEventHandlers, ExtractNonOnProps } from '@tdesign/uniapp/common/common'; export type ChatActionbarProps = ExtractNonOnProps; export type ChatActionbarEmits = TransformEventHandlers; declare const ChatActionbarComponent: import('vue').DefineComponent; export default ChatActionbarComponent;