import type { ShellSystemPanel } from './types.js'; interface Props { /** Array of system panel sections, each with a label and list of items. */ panels: ShellSystemPanel[]; /** Show or hide the running activities section at the bottom. */ showActivities?: boolean; } declare const SystemScopePanel: import("svelte").Component; type SystemScopePanel = ReturnType; export default SystemScopePanel; //# sourceMappingURL=SystemScopePanel.svelte.d.ts.map