import React from 'react'; import { User } from '../../../utilities/auth'; import { Tenant } from '../../../utilities'; interface FluentProfileMenuCardProps { userTenants: Tenant[]; currentTenant: Tenant | null; user: User | null; logout: () => void; unityUrl?: string; displayProfileButton?: boolean; } export declare const FluentProfileMenuCard: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=FluentProfileMenuCard.d.ts.map