declare module 'react' {
  export type Consumer<T> = any;
}
