import React from 'react'; import type { ITabProps } from './types'; declare const _default: React.MemoExoticComponent<({ children, isDisabled, style, _active, _disabled, item, ...props }: ITabProps) => JSX.Element>; export default _default;