import { default as React } from 'react'; import { SidebarUserProfileProps } from '../../types'; /** * Sidebar user rail (avatar, name, subtitle) with an optional account menu in a border popover * without arrow (`popoverArrow={false}`), aligned with Sidebar-Menu Figma `290:52422`. */ export declare const SidebarUserProfile: React.FC; //# sourceMappingURL=SidebarUserProfile.d.ts.map