export declare const useTemplateRef: (key: string) => import("vue").Ref<HTMLElement | undefined>;
