import { RefObject } from "react"; export declare function useCurrentRef(value: T): RefObject;