import type { ActionButtonElement, ActionButtonProps } from "../../utils/createActionButton.js"; export declare namespace ThreadListPrimitiveNew { type Element = ActionButtonElement; type Props = ActionButtonProps<() => void>; } export declare const ThreadListPrimitiveNew: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=ThreadListNew.d.ts.map