import { RefObject } from 'react'; declare function useRefFrom(value: T): RefObject & { get current(): T; }; export { useRefFrom };