import * as React from 'react' export type GraphiQLToolConfig = { apiVersion: string url?: string name?: string title?: string icon?: React.ComponentType defaultQuery?: string }