import { type JSX } from 'react'; import { type Components } from '../../../core/types/markdown/react-markdown.js'; export declare const typographyMappings: Components & { inlineCode: (props: Record) => JSX.Element; };