export declare const useMemoDeep: (factory: () => T, isEqual?: (value: any, other: any) => boolean) => T;