type CodeExampleProps = { value: OpenAPI.OperationObject; graphqlQuery?: string; }; declare const CodeExample: ({ value, graphqlQuery }: CodeExampleProps) => import("react/jsx-runtime").JSX.Element; export default CodeExample;