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