/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { LocalizationService } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden * * Needed to keep the Pivot's LocalizationService reference and be able to use it inside the ChipList component. */ export declare class PivotLocalizationService { localization: LocalizationService; constructor(localization: LocalizationService); get(token: string): string; get rtl(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }