import { NavDropdownProps } from "react-bootstrap/NavDropdown"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; export declare type IElement = HTMLElement; export interface IAppSwitcherProps extends Omit { "data-testid"?: string; } export declare const DEFAULT_TEST_ID = "navbar-app-switcher"; export declare const APP_SWITCHER_ICON_TEST_ID = "app-switcher-icon"; export declare const AppSwitcher: BsPrefixRefForwardingComponent<"a", IAppSwitcherProps>;