import { Primitive } from "../../utils/Primitive.js"; import { type ComponentRef, type ComponentPropsWithoutRef } from "react"; type PrimitiveDivProps = ComponentPropsWithoutRef; export declare namespace ChainOfThoughtPrimitiveRoot { type Element = ComponentRef; type Props = PrimitiveDivProps; } /** * The root container for chain of thought components. * * This component provides a wrapper for chain of thought content, * including reasoning and tool-call parts that can be collapsed in an accordion. * * @example * ```tsx * * * Toggle reasoning * * * * ``` */ export declare const ChainOfThoughtPrimitiveRoot: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=ChainOfThoughtRoot.d.ts.map