export declare function useRefState(initialState: T | (() => T)): readonly [T, import("react").Dispatch>, import("react").MutableRefObject];