import type { GraphQLField } from 'graphql'; import type { OperationType } from '../operation/index.js'; export interface OperationRequestExampleProps { operation: GraphQLField; operationType: OperationType; } export declare function OperationRequestExample({ operation, operationType }: OperationRequestExampleProps): import("react/jsx-runtime").JSX.Element;