export default GraphiQLBlock;
/**
 * Simply applies default graphql function
 * Instantiating this component with a 'fetcher' attribute will override the default
 * @param {object} props - react props
 * @returns {*}
 * @constructor
 */
declare function GraphiQLBlock(): any;
declare class GraphiQLBlock {
}
//# sourceMappingURL=graphiql.d.ts.map