import type { Position } from '../../types' declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { id: { type: import('vue').PropType } type: { type: import('vue').PropType } position: { type: import('vue').PropType } isValidConnection: { type: import('vue').PropType } connectable: { type: import('vue').PropType } connectableStart: { type: import('vue').PropType } connectableEnd: { type: import('vue').PropType } }, { handleClick: (event: MouseEvent) => void handlePointerDown: (event: import('../../types').MouseTouchEvent) => void onClick: (event: MouseEvent) => void onPointerDown: (event: MouseEvent | TouchEvent) => void }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly< import('vue').ExtractPropTypes<{ id: { type: import('vue').PropType } type: { type: import('vue').PropType } position: { type: import('vue').PropType } isValidConnection: { type: import('vue').PropType } connectable: { type: import('vue').PropType } connectableStart: { type: import('vue').PropType } connectableEnd: { type: import('vue').PropType } }> >, {}, {} >, { default?(_: { id: string | undefined }): any } > export default _default type __VLS_WithTemplateSlots = T & { new (): { $slots: S } }