import { EventEmitter } from '@angular/core'; import { ButtonI, RightBtn } from '../../../../public-api'; import { BadgeI } from '../../../interfaces/atomic/badge.interface'; import * as i0 from "@angular/core"; export declare class HeaderMobileComponent { btnBook?: ButtonI; lang?: string; hotelId?: string; phoneLink?: RightBtn; advantages?: BadgeI; motorClick: EventEmitter; advantagesClick: EventEmitter; constructor(); openMotor(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }