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