export type BreadcrumbLocale = {
    ariaLabel: string;
};
declare const locale: {
    ariaLabel: string;
};
export default locale;
