import '@diplodoc/tabs-extension/runtime'; import type { Action, ExtensionAuto } from "../../../core/index.js"; import '@diplodoc/tabs-extension/runtime/styles.css'; export { TabsNode, tabType, tabsType, tabsListType, tabPanelType } from "./YfmTabsSpecs/index.js"; declare const actionName = "toYfmTabs"; export declare const YfmTabs: ExtensionAuto; declare global { namespace WysiwygEditor { interface Actions { [actionName]: Action; } } }