export declare type TabID = string | number;
export declare type TabPosition = "above" | "below";
export declare type TabLayout = "center" | "inline";
