import { Dispatch, SetStateAction } from 'react'; export declare function useStateRef(initialValue: T): [T, Dispatch>, { current: T; }];