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