/** Width of the sidebar when expanded (Desktop) */ export declare const SIDEBAR_EXPANDED_WIDTH = 280; /** Width of the sidebar when collapsed (Desktop) */ export declare const SIDEBAR_COLLAPSED_WIDTH = 80; /** Width of the assistant panel when expanded (Desktop) */ export declare const ASSISTANT_EXPANDED_WIDTH = 420; /** Width of the assistant panel when collapsed (Mobile/Narrow) */ export declare const ASSISTANT_COLLAPSED_WIDTH = 80;