export declare function useLazyMemo(fn: (prevValue: T | undefined) => T): { readonly current: T; };