export declare enum TabsLayout {
    HORIZONTAL = "horizontal",
    VERTICAL = "vertical"
}
