import MarkdownIt from 'markdown-it';

declare const tabsPlugin: (md: MarkdownIt) => void;

export { tabsPlugin as tabsMarkdownPlugin };
