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