export declare function useRef(initial: Value): Ref; export declare class Ref { current: Value; constructor(current: Value); }