import { CompoundedComponentWithRefType } from '../../../types'; import Tab from './Tab'; import { ITabsProps } from './Tabs.types'; interface ICompoundedComponent extends CompoundedComponentWithRefType { Tab: typeof Tab; } declare const _default: ICompoundedComponent; export default _default;