/// import { SharedLinkProps, AccessorProps, AddSVGProps } from '../../../types'; export declare function pathHorizontalDiagonal({ source, target, x, y, }: Required>): (data: Link) => string | null; export declare type LinkHorizontalDiagonalProps = AccessorProps & SharedLinkProps; export default function LinkHorizontalDiagonal({ className, children, data, innerRef, path, x, // note this returns a y value y, // note this returns an x value source, target, ...restProps }: AddSVGProps, SVGPathElement>): JSX.Element; //# sourceMappingURL=LinkHorizontal.d.ts.map