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