import type { EdgeProps } from '../../types'; declare const BezierEdgeInternal: import("svelte").Component; type BezierEdgeInternal = ReturnType; export default BezierEdgeInternal;