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