import { InputSignal, OutputEmitterRef } from '@angular/core'; import { AuthUserModel } from "../../../models"; import { LinkRoutingModuleModel } from "../../../models/link-routing-module.model"; import * as i0 from "@angular/core"; export declare class SettingsComponent { lang: InputSignal; redirect: OutputEmitterRef; theme: string; user: AuthUserModel; languagesAvailable: string[]; restrictions: string[]; private readonly localStorageService; private readonly translateService; private readonly overlayContainer; private readonly langService; switchTheme(): void; switchLang(lang: string): void; onRedirect(module: string, route: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }