/** @deprecated Use UserAccountMenu instead. CardProfile is frozen and will be removed in the next major version. */ export { CardProfile as default } from '../components/CardProfile/CardProfile'; /** @deprecated Use UserAccountMenu instead. CardProfile is frozen and will be removed in the next major version. */ export { CardProfile } from '../components/CardProfile/CardProfile'; /** @deprecated Tied to CardProfile. Prefer AuthSession from PyrionNavigationDrawer / UserAccountMenu. */ export type { ISessionLocalStorage } from '../components/CardProfile/CardProfile';