import { FC } from "react"; export interface ITabTitleProps { label: string; } export declare const TabTitle: FC;