import { OnInit } from '@angular/core'; export declare class ListPageComponent implements OnInit { lists: any[]; constructor(); ngOnInit(): void; }