import { AfterViewInit, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywTestPageComponent implements OnInit, AfterViewInit, OnDestroy { loading: boolean; mywPage: { page: number; pageSize: number; total: number; }; constructor(); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; alert(): void; changePage(page: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }