import React from 'react'; /** * The dim " loading…" row used by every panel and modal that * waits on async data. Single source of truth so the visual stays * uniform. */ export declare const LoadingSpinner: React.FC<{ label?: string; }>;