import { type ComputedRef, type Ref, type ShallowRef } from 'vue'; export declare const useExpand: (wrapperRef: ShallowRef, expandedRef: Ref | ComputedRef, foldDelay: number) => readonly [ComputedRef, ComputedRef];