export default withMutation; export type Wrapper = React.Component; /** * @typedef {Component} Wrapper * @returns {Function} */ declare function withMutation(mutation: any, options?: {}): Function; import React from "react";