import { RefObject } from 'react'; export declare const isHtmlElementRef: (value: any) => value is RefObject; export default isHtmlElementRef;