import { ReactLike } from './observer'; export default function useReactiveData(reactLike: ReactLike, jsxFn: () => R): R;