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