declare const processIconString: (iconStr: string) => any; /** * A Markdown-It plugin that replaces icon syntax matching `ICON_REGEXP` with corresponding HTML. * * This plugin uses a regular expression to detect icon patterns in Markdown content, * and transforms them into HTML using the `getIconHtml` function. */ declare const markdownItIconsPlugin: any; export { markdownItIconsPlugin, processIconString }; //# sourceMappingURL=markdown-it-icons.d.ts.map