export declare const SpinButtonStyles: { input: { padding: string; }; arrowButtonsContainer: { selectors: { '.ms-DownButton': { width: number; selectors: { '.ms-Button-icon': { fontSize: number; }; }; }; '.ms-UpButton': { width: number; selectors: { '.ms-Button-icon': { fontSize: number; }; }; }; }; }; };