/// export declare function useStateRef(defaultValue: T): (T | import("react").MutableRefObject | ((value: T) => void))[];