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