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