export declare const ProgressspinnerTheme: { colorScheme: { light: { root: { colorOne: string; colorTwo: string; colorThree: string; colorFour: string; }; }; dark: { root: { colorOne: string; colorTwo: string; colorThree: string; colorFour: string; }; }; }; };