import { LayoutLink } from './LayoutLink'; export declare class DagreLink extends LayoutLink { points?: { x: number; y: number; }[]; updateBendpoints(): void; } //# sourceMappingURL=DagreLink.d.ts.map