export declare function useRef(val: Value): { current: Value; }; export declare function useRef(val?: Value): { current: Value | undefined; };