import { useComputed as useMobxComputed } from 'mobx-react-lite';
declare const useComputed: typeof useMobxComputed;
export default useComputed;
