/// <reference types="react" />
export declare function getDisplayName(WrappedComponent: React.ComponentType<any>): string;
export declare function isPromise(thing: any): boolean;
export declare function isUndefined(thing: any): boolean;
