import type { TTabProps } from './Tabs.type'; declare const Tab: (props: TTabProps) => import("react/jsx-runtime").JSX.Element; export default Tab;