import { Ref, DefineComponent, Component } from 'vue'; export declare const useHTMLElement: (key?: string | Ref) => Ref;