import { FC } from 'react'; import { TabButtonInterface } from './tabs.types'; export declare const TabButton: FC;