import type { FC, PropsWithChildren } from "react";
import type { ThreadListItemRuntime } from "../../index.js";
export declare const ThreadListItemRuntimeProvider: FC<PropsWithChildren<{
    runtime: ThreadListItemRuntime;
}>>;
//# sourceMappingURL=ThreadListItemRuntimeProvider.d.ts.map