export interface StructureBannerPanelConfig { enabled?: boolean; template?: string | (() => string); }