export declare const InputnumberTheme: { root: { transitionDuration: string; }; button: { width: string; borderRadius: string; verticalPadding: string; }; colorScheme: { light: { button: { background: string; hoverBackground: string; activeBackground: string; borderColor: string; hoverBorderColor: string; activeBorderColor: string; color: string; hoverColor: string; activeColor: string; }; }; dark: { button: { background: string; hoverBackground: string; activeBackground: string; borderColor: string; hoverBorderColor: string; activeBorderColor: string; color: string; hoverColor: string; activeColor: string; }; }; }; };