export interface DebugToolsPanelProps { buttons?: string[]; panelContentMap?: Record; headerIconsMap?: Record; headerLeadingIconMap?: Record; panelheight?: string; panelwidth?: string; }