export declare enum TabsVariantType {
    DEFAULT = "DEFAULT",
    FUNCTIONALITIES_MODULE = "FUNCTIONALITIES_MODULE"
}
