export const POPOVER_INTL_TRANSLATIONS = { // `aria-label` of Popover.CloseButton. dismiss: "Dismiss", }; export type PopoverIntlTranslations = typeof POPOVER_INTL_TRANSLATIONS;