/** * Support custom id like `#hello world {#custom-id}` * Avoid https://mdxjs.com/docs/troubleshooting-mdx/#could-not-parse-expression-with-acorn-error */ export declare function escapeMarkdownHeadingIds(content: string): string;