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