export declare const SelectbuttonTheme: { root: { borderRadius: string; }; colorScheme: { light: { root: { invalidBorderColor: string; }; }; dark: { root: { invalidBorderColor: string; }; }; }; };