export const BREADCRUMBS_INTL_TRANSLATIONS = {
	// `aria-label` of the navigation.
	breadcrumbs: "Breadcrumbs",
};

export type BreadcrumbsIntlTranslations = typeof BREADCRUMBS_INTL_TRANSLATIONS;
