export const SPIN_BUTTON_INTL_TRANSLATIONS = { // Used for voice over when text value is empty empty: "Empty", }; export type SpinButtonIntlTranslations = typeof SPIN_BUTTON_INTL_TRANSLATIONS;