import { FC } from 'react'; interface ArrowProps { start: number[]; end: number[]; color: string; } export declare const Arrow: FC; export {};