import { Injector, ElementRef, OnInit } from '@angular/core'; import { OTranslateService } from '../../services'; import { OSideMenuComponent } from './o-side-menu.component'; export declare const DEFAULT_INPUTS_O_LOCALE_SIDE_MENU_ITEM: string[]; export declare class OLocaleSideMenuItemComponent implements OnInit { protected elRef: ElementRef; protected injector: Injector; static DEFAULT_INPUTS_O_LOCALE_SIDE_MENU_ITEM: string[]; protected menu: OSideMenuComponent; protected translateService: OTranslateService; title: string; tooltip: string; icon: string; locale: string; constructor(menu: OSideMenuComponent, elRef: ElementRef, injector: Injector); ngOnInit(): void; setDOMTitle(): void; configureI18n(): void; } export declare class OLocaleSideMenuItemModule { }