import { ISettings, IState } from '../interfaces';
/**
 * Draw connection between the shapes.
 */
export declare const drawConnections: (options: ISettings, state: IState) => void;
