export declare function useRef(defaultValue: T): { current: T; }; //# sourceMappingURL=useRef.d.ts.map