import { ArrowOptions } from '../utils';
import { ShapeComponent as SC } from '../../runtime';
export type LinkOptions = ArrowOptions;
/**
 * Connect 2 points with a single line with arrow.
 * ----->
 */
export declare const Link: SC<LinkOptions>;
