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