import React from "react";
import type { ChildrenProps } from "../../../dom/types";
export declare const SumPathEffect: (props: ChildrenProps) => React.JSX.Element;
