import { ComponentProps, FC } from 'react'; import { BastButton } from '../../../entities/button'; type TBastItemProps = Pick, 'color' | 'className' | 'children' | 'style' | 'onClick' | 'id' | 'disabled'>; declare const BastTabsItem: FC; export { BastTabsItem };