import { OnInit } from '@angular/core'; export declare class MobileComponent implements OnInit { startDate: any; endDate: any; localization: any; items: any; constructor(); ngOnInit(): void; }