/** * Render the submenu content for switching between multiple authenticated sessions. * * Shows the current session with a checkmark, lists other device sessions that can be activated, * and provides an option to add a new account. This component should be rendered inside a * Dropdown.SubmenuTrigger to defer the useListDeviceSessions query until the submenu is opened. * * @returns The switch account submenu content as a JSX element */ export declare function SwitchAccountSubmenuContent(): import("react").JSX.Element;