import * as React from 'react';
type Props = React.JSX.IntrinsicElements['pre'];
declare const MessageMarkdownCodeWrapper: React.FC<Props>;
export default MessageMarkdownCodeWrapper;
