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