export declare const locales: { label: string; title: string; closeBtn: string; backBtn: string; iconLabel: string; description: string; moreInformationLabel: string; customizeBtnText: string; rejectBtnText: string; acceptBtnText: string; }; export type CookieBannerLocales = typeof locales;