import { ComponentPublicInstance } from 'vue'; export declare const useComponentRef: (name: string) => { componentRef: import("vue").Ref; elementRef: import("vue").Ref; };