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