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