export interface GdkConfig { layout: { style: string; width: 'fullwidth' | 'boxed'; navbar: { background: string; hidden: boolean; folded: boolean; position: 'left' | 'right' | 'top'; variant: string; navbars?: any[]; }; toolbar: { background: string; hidden: boolean; position: 'above' | 'above-static' | 'above-fixed' | 'below' | 'below-static' | 'below-fixed'; }; footer: { background: string; hidden: boolean; position: 'above' | 'above-static' | 'above-fixed' | 'below' | 'below-static' | 'below-fixed'; }; sidepanel: { hidden: boolean; position: 'left' | 'right'; }; }; customScrollbars: boolean; showSettings: boolean; }