export interface SidebarItemProps { itemData: any; isCollapsed: boolean; subItem: boolean; onSectionToggle: (sectionId: string) => any; isExpanded: boolean; isActive: boolean; tooltip: string; children: any; expandedSection: string; onFavoriteClick?: Function; onUnfavoriteClick?: Function; favoriteItems?: any; formatItemName?: (itemName: string) => string; currentPath: string; isLight?: boolean; sectionName: string; } declare const SidebarItemWrapper: Function; export default SidebarItemWrapper; //# sourceMappingURL=item.d.ts.map