import { AppSwitcherProps } from './AppSwitcher.types'; export declare const AppSwitcher: ({ currentApp, apps }: AppSwitcherProps) => JSX.Element;