type ThemeSpinner = { background: string; color: string; }; export type { ThemeSpinner };