import type { StraightEdgeProps } from '../../types'

declare const StraightEdge: import('vue').DefineComponent<
  StraightEdgeProps,
  {},
  {},
  {},
  {},
  import('vue').ComponentOptionsMixin,
  import('vue').ComponentOptionsMixin,
  {},
  string,
  import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps,
  Readonly<StraightEdgeProps>,
  {
    label?: any
  },
  {}
>
export default StraightEdge
