declare const EdgeWrapper: import('vue').DefineComponent< Readonly<{ id?: any selectable?: any type?: any name?: any focusable?: any updatable?: any edge?: any }>, () => | import('vue').VNode< import('vue').RendererNode, import('vue').RendererElement, { [key: string]: any } > | null, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly< import('vue').ExtractPropTypes< Readonly<{ id?: any selectable?: any type?: any name?: any focusable?: any updatable?: any edge?: any }> > >, { readonly id?: any readonly selectable?: any readonly type?: any readonly name?: any readonly focusable?: any readonly updatable?: any readonly edge?: any }, {} > export default EdgeWrapper