export declare function useRef(initialValue: T): { current: T; };