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