import { TdChatProps } from '../type'; import { PropType } from 'vue'; declare const _default: { actions: { type: PropType; }; actionbar: { type: PropType; }; autoScroll: { type: BooleanConstructor; default: boolean; }; defaultScrollTo: { type: PropType; default: TdChatProps["defaultScrollTo"]; validator(val: TdChatProps["defaultScrollTo"]): boolean; }; animation: { type: PropType; default: TdChatProps["animation"]; validator(val: TdChatProps["animation"]): boolean; }; avatar: { type: PropType; }; clearHistory: { type: BooleanConstructor; default: boolean; }; content: { type: PropType; }; data: { type: PropType; }; datetime: { type: PropType; }; isStreamLoad: BooleanConstructor; layout: { type: PropType; default: TdChatProps["layout"]; validator(val: TdChatProps["layout"]): boolean; }; name: { type: PropType; }; reasoning: { type: PropType; }; reverse: { type: BooleanConstructor; default: boolean; }; showScrollButton: { type: PropType; default: boolean; }; textLoading: BooleanConstructor; onClear: PropType; onScroll: PropType; }; export default _default;