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