export default function shallowEqual<T extends {
    [k: string]: any;
}>(objA: T, objB: T): boolean;
