export default Sidebar; /** * Sidebar component with custom tooltip for collapsed mode. * * Props: * - items: array of { id, label, icon, children?, onClick?, active? } * - collapsed: boolean (desktop collapsed) * - onToggle: function to toggle collapse * - className, logo, user, onUserClick * - drawerPosition: 'left' | 'right' * - isMobileOpen, setIsMobileOpen * - showCollapsedTooltips: boolean (default true) */ declare const Sidebar: React.ForwardRefExoticComponent>; import React from "react"; //# sourceMappingURL=Sidebar.d.ts.map