import * as i0 from '@angular/core'; import { EnvironmentProviders, Provider } from '@angular/core'; /** * This module configures Element to work with \@angular/localize. * It should only be imported once in an application's root module (typically `app.module.ts`) */ declare class SiTranslateNgLocalizeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /** * Copyright (c) Siemens 2016 - 2026 * SPDX-License-Identifier: MIT */ /** * This provider configures Element to work with \@angular/localize. * It should only be imported once in an application's configuration (typically `app.config.ts`) */ declare const provideNgLocalizeForElement: () => (EnvironmentProviders | Provider)[]; export { SiTranslateNgLocalizeModule, provideNgLocalizeForElement };