export declare class SidebarData { itemIcon: string; itemLabel: string; itemRoute: string; isSeparatorItem: boolean; notifications: number; animatedNotification: boolean; isFolded?: boolean; isAlwaysCompact?: boolean; panelChildren?: { itemLabel: string; itemRoute: string; notifications: number; animatedNotification: boolean; }[]; children?: { itemIcon: string; itemLabel: string; itemRoute: string; isSeparatorItem: boolean; notifications: number; animatedNotification: boolean; isFolded?: boolean; panelChildren?: { itemLabel: string; itemRoute: string; notifications: number; animatedNotification: boolean; }[]; }[]; }