import { Primitive } from "../../utils/Primitive.js"; import { type ComponentRef, type ComponentPropsWithoutRef } from "react"; type PrimitiveDivProps = ComponentPropsWithoutRef; export declare namespace ThreadListItemPrimitiveRoot { type Element = ComponentRef; type Props = PrimitiveDivProps; } export declare const ThreadListItemPrimitiveRoot: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=ThreadListItemRoot.d.ts.map