import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { Title } from '@angular/platform-browser'; import { Router, ActivatedRoute } from '@angular/router'; import { Categoria, Item, Kart, Users, ItemsService } from 'my-lib-sanfelici'; export declare class DreamComponent implements OnInit { private router; private route; private title; private itemsservice; items: Observable; categorie: Observable; categoria: Observable; mappa: string[]; kart: Observable; user: Observable; logo: Observable; id: string; arr: Observable; panelOpenState: boolean; constructor(router: Router, route: ActivatedRoute, title: Title, itemsservice: ItemsService); ngOnInit(): void; }