import { RefObject } from 'react';
export declare function useStateRef<T>(value: T): RefObject<T>;
