import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TopNavigationMobileComponent { private elementRef; statusDot: boolean; pathImageFull: string; imagePath: string; themeActived: 'theme-dark' | 'theme-light'; viewTheme: boolean; notificationButtonClicked: EventEmitter; menuButtonClicked: EventEmitter; themeAlter: EventEmitter; hasTeddyPlay: boolean; videoPlayClicked: EventEmitter; constructor(elementRef: ElementRef); getCurrentThemeIcon(): string; notificationButton(): void; videoPlayButton(): void; menuButton(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }