import { AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywGapComponent implements AfterViewInit { w: string; h: string; constructor(); ngOnInit(): void; ngAfterViewInit(): void; get height(): string; get width(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }