import { type ComponentPublicInstance } from 'vue';
export declare function useForwardRef(): (ref: Element | ComponentPublicInstance | null) => void;
