import type { PanelPosition } from '@vue-flow/core' declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { showZoom: { type: import('vue').PropType } showFitView: { type: import('vue').PropType } showInteractive: { type: import('vue').PropType } fitViewParams: { type: import('vue').PropType } position: { type: import('vue').PropType } }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { zoomIn: () => void zoomOut: () => void fitView: () => void interactionChange: (active: boolean) => void }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly< import('vue').ExtractPropTypes<{ showZoom: { type: import('vue').PropType } showFitView: { type: import('vue').PropType } showInteractive: { type: import('vue').PropType } fitViewParams: { type: import('vue').PropType } position: { type: import('vue').PropType } }> > & { onZoomIn?: (() => any) | undefined onZoomOut?: (() => any) | undefined onFitView?: (() => any) | undefined onInteractionChange?: ((active: boolean) => any) | undefined }, {}, {} >, { top?(_: {}): any 'control-zoom-in'?(_: {}): any 'icon-zoom-in'?(_: {}): any 'control-zoom-out'?(_: {}): any 'icon-zoom-out'?(_: {}): any 'control-fit-view'?(_: {}): any 'icon-fit-view'?(_: {}): any 'control-interactive'?(_: {}): any 'icon-unlock'?(_: {}): any 'icon-lock'?(_: {}): any default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots = T & { new (): { $slots: S } }