import { type FC, type PropsWithChildren } from "react";
export declare const ThreadListItemByIndexProvider: FC<PropsWithChildren<{
    index: number;
    archived: boolean;
}>>;
export declare const ThreadListItemByIdProvider: FC<PropsWithChildren<{
    id: string;
}>>;
//# sourceMappingURL=ThreadListItemProvider.d.ts.map