import type { ThoughtChainProps } from './interface';
declare const _default: import("vue").DefineComponent<ThoughtChainProps, {
    nativeElement: import("vue").Ref<HTMLDivElement, HTMLDivElement>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ThoughtChainProps> & Readonly<{}>, {
    size: import("ant-design-vue").ConfigProviderProps["componentSize"];
    classNames: Partial<Record<import("./interface").SemanticType, string>>;
    styles: Partial<Record<import("./interface").SemanticType, import("vue").CSSProperties>>;
    line: import("./interface").ThoughtChainLine;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
