///
import { SharedLinkProps, AccessorProps, AddSVGProps } from '../../../types';
export declare function pathRadialCurve({ source, target, x, y, percent, }: Required> & {
percent: number;
}): (link: Link) => string;
export declare type LinkRadialCurveProps = {
percent?: number;
} & AccessorProps & SharedLinkProps;
export default function LinkRadialCurve({ className, children, data, innerRef, path, percent, x, y, source, target, ...restProps }: AddSVGProps, SVGPathElement>): JSX.Element;
//# sourceMappingURL=LinkRadialCurve.d.ts.map