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