import { RefObject } from 'react'; export declare function useHTMLElement(tag: string, attrs?: Record, appendTo?: HTMLElement): RefObject;