import type { ThoughtChainItemProps } from './item-types';
declare const _default: import("vue").DefineComponent<ThoughtChainItemProps, {
    nativeElement: import("vue").Ref<HTMLDivElement, HTMLDivElement>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ThoughtChainItemProps> & Readonly<{}>, {
    classNames: Partial<Record<import("./item-types").ThoughtChainItemSemanticType, string>>;
    styles: Partial<Record<import("./item-types").ThoughtChainItemSemanticType, import("vue").CSSProperties>>;
    disabled: boolean;
    rootClassName: string;
    blink: boolean;
    variant: import("./item-types").ThoughtChainItemVariant;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
