import { BottomNavigationTabBase } from '../base/bottom-navigation-tab.base';
export declare class BottomNavigationTab extends BottomNavigationTabBase {
    getNativeIcon(): UIImage;
}
