import { OnInit } from '@angular/core'; export declare class AppAdminPageComponent implements OnInit { constructor(); ngOnInit(): void; }