import { ComponentPublicInstance } from 'vue'; export declare const useComponentRef: (name: string) => { componentRef: import("vue").Ref, {}, {}, "", {}, any> | undefined, HTMLElement | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}, "", {}, any> | undefined>; elementRef: import("vue").Ref; };