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

export declare const ARIA_NODE_DESC_KEY = 'vue-flow__node-desc'
export declare const ARIA_EDGE_DESC_KEY = 'vue-flow__edge-desc'
export declare const ARIA_LIVE_MESSAGE = 'vue-flow__aria-live'
export declare const elementSelectionKeys: string[]
export declare const arrowKeyDiffs: Record<string, XYPosition>
