import type { ShellSystemPanel } from './types.js'; interface Props { panels: ShellSystemPanel[]; showActivities?: boolean; } declare const SystemScopePanel: import("svelte").Component; type SystemScopePanel = ReturnType; export default SystemScopePanel; //# sourceMappingURL=SystemScopePanel.svelte.d.ts.map