/** * single source of the spinner geometry — imported by CoreSpinner and the * public Spinner. The `d` attribute of the rotating arc `` in the * default (spinner) variant. Kept in one place so the two SVGs never drift. */ export declare const SPINNER_ARC_PATH = "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z";