import { default as React } from 'react'; import { SidebarUserProfileProps } from '../../types'; /** * ============================================ * SIDEBAR USER PROFILE - MOLECULE * ============================================ * Sección del perfil del usuario con avatar, nombre, rol * y botón de logout. * * Reutiliza el componente ListItemUser para mantener DRY. */ export declare const SidebarUserProfile: React.FC; //# sourceMappingURL=SidebarUserProfile.d.ts.map