export declare function useLiveRef<T>(value: T): import("react").RefObject<T>;
