import { TdChatActionProps } from '../type'; import { PropType } from 'vue'; declare const _default: { content: { type: StringConstructor; default: string; }; disabled: BooleanConstructor; comment: { type: PropType<"good" | "bad" | "">; validator: (value: string) => boolean; default: string; }; isBad: { type: BooleanConstructor; default: boolean; }; isGood: { type: BooleanConstructor; default: boolean; }; actionBar: { type: PropType; default: () => TdChatActionProps["actionBar"]; }; operationBtn: { type: PropType; default: () => TdChatActionProps["operationBtn"]; }; onActions: PropType; onOperation: PropType; }; export default _default;