export type GcRightSidebarTool = 'none' | 'reply-tool' | 'merge-pdf' | 'split-pdf'; export type GcRightSidebarState = 'collapsed' | 'expanded' | 'hidden';