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

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