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