import type { RefObject } from 'react';
export declare const isRef: (value: unknown) => value is RefObject<unknown>;
