import * as React from 'react'; import { type DME } from '../..'; import type { EntityTabsBlock, EntityTabsData } from './entity'; declare const Tabs: React.FC>; export default Tabs;