export type AppSwitchPopoverProps = {
    appName: string;
};
export declare function AppSwitchPopover(props: AppSwitchPopoverProps): import("react/jsx-runtime").JSX.Element;
