import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class OvoTypingDirective implements OnInit, OnChanges { private elementRef; ovoTyping: string; ovoTypingColor: string; constructor(elementRef: ElementRef); private _count; get backgroundSize(): string; get animation(): string; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; private init; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }