import AiThoughtChain from './src/ai-thought-chain.vue'; export declare const YhAiThoughtChain: import("@yh-ui/utils").SFCWithInstall<{ new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; readonly status: import("./src/ai-thought-chain").AiThoughtStatus; readonly markdown: boolean; readonly showProgress: boolean; readonly thinking: boolean; readonly autoCollapse: boolean; readonly dotSize: "small" | "default" | "large"; readonly lineGradient: boolean; readonly draggable: boolean; readonly editable: boolean; readonly className: string; readonly classNames: Record; readonly styles: Record; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })> & Record; export default YhAiThoughtChain; export * from './src/ai-thought-chain'; export type AiThoughtChainInstance = InstanceType; export type YhAiThoughtChainInstance = AiThoughtChainInstance; export type YhAiThoughtChainProps = import('./src/ai-thought-chain').AiThoughtChainProps; export type YhAiThoughtChainEmits = import('./src/ai-thought-chain').AiThoughtChainEmits; export type YhAiThoughtChainSlots = import('./src/ai-thought-chain').AiThoughtChainSlots; export type YhAiThoughtStatus = import('./src/ai-thought-chain').AiThoughtStatus; export type YhAiThoughtItem = import('./src/ai-thought-chain').AiThoughtItem;