export { autoRehydrate } from 'redux-persist';
export declare function isObject(obj: any): boolean;
export declare const isXs: () => boolean;
export declare function getNestedField(obj: any, fieldNames: Array<string | number>): any;
export declare function shallowEqual(a: {
    [key: string]: any;
}, b: {
    [key: string]: any;
}): boolean;
export declare const getPersistStore: (store: any) => void;
