import React from 'react'; import { Rect } from './types'; interface Props { from: { rect: Rect; bounds: Rect; }; to: { rect: Rect; bounds: Rect; }; } export declare function Connector({ from, to }: Props): React.JSX.Element; export {}; //# sourceMappingURL=Connector.d.ts.map