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