export declare function useMemoCompare(next: T, compare: (previous: T | null, next: T) => boolean): T | null; //# sourceMappingURL=hooks.d.ts.map