export declare function compareKeys<T>(keysOrFuncs: any[]): <T_1>(prevState: any, currState: any) => boolean;
