/// <reference types="react" />
import type { SmartTabbarItem } from './PropTypes';
declare const TabbarItem: import("react").FC<SmartTabbarItem>;
export { TabbarItem };
export { SmartTabbarItem, SmartTabbarItemProps } from './PropTypes';
