import type { CodeTabs } from '../../types'; declare const codeTabs: (node: CodeTabs, _: any, state: any, info: any) => any; export default codeTabs;