export const DIALOG_INTL_TRANSLATIONS = {
	// `aria-label` of Dialog.CloseButton.
	dismiss: "Dismiss",
};

export type DialogIntlTranslations = typeof DIALOG_INTL_TRANSLATIONS;
