export declare type TabbarLayout = 'icon-top' | 'icon-start' | 'icon-end' | 'icon-bottom' | 'icon-hide' | 'label-hide'; export declare type TabbarPlacement = 'top' | 'bottom';