import { RenderNode } from '../types';
declare const renderInlineCode: RenderNode;
export default renderInlineCode;
