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