import type { MarkdownToJSX } from 'markdown-to-jsx'; export type Overrides = MarkdownToJSX.Overrides; export type Options = MarkdownToJSX.Options;