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; }; //# sourceMappingURL=typography-mapping.d.ts.map