import { AfterViewInit, ElementRef, NgZone, OnInit } from "@angular/core"; import { ContentfulComponent } from "../../components/ncr-contentful-components.model"; import { TypeAnimation } from "./contentful-animation.model"; import * as i0 from "@angular/core"; export declare class ContentfulAnimationComponent extends ContentfulComponent implements OnInit, AfterViewInit { private elementRef; private ngZone; static registered: boolean; constructor(elementRef: ElementRef, ngZone: NgZone); ngOnInit(): void; ngAfterViewInit(): void; private setEncapsulatedSelectors; private setEncapsulatedTrigger; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }