import { IComputedValueOptions } from "mobx"; export declare function useComputed(expr: () => T, options?: IComputedValueOptions): T;