import { TdChatReasoningProps } from '../type'; import { PropType } from 'vue'; declare const _default: { collapsePanelProps: { type: PropType; default: () => TdChatReasoningProps["collapsePanelProps"]; }; expandIcon: { type: PropType; }; expandIconPlacement: { type: PropType; default: TdChatReasoningProps["expandIconPlacement"]; validator(val: TdChatReasoningProps["expandIconPlacement"]): boolean; }; header: { type: PropType; }; headerRightContent: { type: PropType; }; onExpandChange: { type: PropType; default: () => void; }; collapsed: { type: PropType; default: boolean; }; modelValue: { type: PropType; default: TdChatReasoningProps["collapsed"]; }; defaultCollapsed: { type: PropType; default: boolean; }; layout: { type: PropType; default: string; }; }; export default _default;