import { OnDestroy, OnInit } from '@angular/core'; import { Page } from '../../poo/page/ABSTRACT_Page'; import { PAGE_TYPE } from '../../poo/page/PAGE_TYPE'; import { Subscription } from 'rxjs/internal/Subscription'; import { Store } from '@ngxs/store'; import * as i0 from "@angular/core"; export declare class PageComponent implements OnInit, OnDestroy { private store; page: Page; PAGE_TYPE: typeof PAGE_TYPE; sub: Subscription[]; token_ancre: boolean; constructor(store: Store); ngOnInit(): void; ngOnDestroy(): void; ngAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }