export declare enum TypeTab { HORIZONTAL = "horizontal", VERTICAL = "vertical" } export declare type TulTypeTab = `${TypeTab}`;