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