export declare enum DropdownSelectedVariantType {
    DEFAULT = "DEFAULT",
    TOPBAR = "TOPBAR",
    SIDE_MENU = "SIDE_MENU",
    TOPBAR_TAB = "TOPBAR_TAB"
}
