import { default as React } from 'react'; import { UserCenterTab } from '../../@types'; declare function Fallback({ currentActiveTab, isMyself, isSupportFollow, children, }: { currentActiveTab: UserCenterTab; isMyself: boolean; isSupportFollow?: boolean; children: React.ReactNode; }): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; export default Fallback;