/// <reference types="react" />
export declare function useCurrentRef<T>(toRef: T): import("react").MutableRefObject<T>;
