/**-----------------------------------------------------------------------------------------
* 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 Gantt's LocalizationService reference and be able to use it component's inside the TabStrip
 */
export declare class GanttLocalizationService {
    private localizationService;
    constructor(localizationService: LocalizationService);
    get(token: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<GanttLocalizationService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GanttLocalizationService>;
}
