import type { Ref } from 'vue'; import type { Key } from '../../_util/type'; /** * Control the active open options path. */ declare const _default: () => [Ref<Key[]>, (activeValueCells: Key[]) => void]; export default _default;