import { BaseEdgeClass } from '../model/edge/class'; declare const _default: { zoomable: boolean; moveable: boolean; theme: { isAdsorb: boolean; edge: { arrow: boolean; isExpandWidth: boolean; arrowShapeType: string; Class: typeof BaseEdgeClass; }; autoFixCanvas: { enable: boolean; autoMovePadding: number[]; }; endpoint: { linkableHighlight: boolean; isAllowLinkInSameNode: boolean; }; }; grid: { shapeType: string; gap: number; adsorbGap: number; background: string; circleRadiu: number; circleColor: string; }; action: { copyType: string; }; }; export default _default;