/// <reference types="react" />
import type { SmartTabbar } from './PropTypes';
declare const Tabbar: import("react").FC<SmartTabbar>;
export { Tabbar };
export { SmartTabbar, SmartTabbarEvents, SmartTabbarProps, SmartTabbarChangeEvent, } from './PropTypes';
