import { MutableRefObject } from "react"; export declare function isRefObject(ref: any): ref is MutableRefObject;