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