import { MultipointConnection } from "./MultipointConnection";
/**
 * Multipoint connection that draws segments as Bezier curves and keeps straight
 * segments aligned with the configured bezier direction as lines.
 * From commit a90f9c65 (ytsaurus-ui) — alternative line representation for layout graphs.
 */
export declare class BezierMultipointConnection extends MultipointConnection {
    createPath(): Path2D;
}
