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