import { ComponentPublicInstance, Ref, ComputedRef } from 'vue'; export declare function useForwardExpose(): { forwardRef: (ref: Element | ComponentPublicInstance | null) => void; currentRef: Ref; currentElement: ComputedRef; };