import { default as React } from 'react';
import { SidebarProps } from '../../types';
/**
* Application sidebar aligned with the Sidebar-Menu Figma spec: 240px expanded, 56px collapsed,
* 12px rail padding, header row (logo + optional trailing), collapse control with shadow-03,
* scrollable menu region, workspace card below the menu (or sheet over profile when `workspace.workspaceSheet`),
* then profile and optional footer.
*
* @example
* ```tsx
* }
* workspace={{ title: "Workspace", projectId: "PRJ-001" }}
* menuGroups={[ { title: "SECTION", items: [...] } ]}
* userProfile={{
* summary: { name: "Jane", subtitle: "Admin", avatarProps: { type: "people", src: "/a.jpg" } },
* menu: { onLogout: () => {} },
* }}
* footer={Legales ยท v1.0}
* />
* ```
*/
export declare const Sidebar: React.FC;
//# sourceMappingURL=Sidebar.d.ts.map