import { CodeViewerProps } from '@stoplight/mosaic-code-viewer'; import React from 'react'; export declare const ResponseCodeViewer: (props: CodeViewerProps) => React.ReactElement | null;