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