import { GraphQLOperation } from '../../shared/types'; interface OperationDetailPanelProps { operation: GraphQLOperation; } export declare function OperationDetailPanel({ operation }: OperationDetailPanelProps): import("react/jsx-runtime").JSX.Element; export {};