import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export interface TextToken { text: string; type?: 'highlight' | 'normal'; } export type Phrase = TextToken[]; export declare class TypingTextComponent implements OnChanges { phase: string; size: 'md' | 'lg'; phrases: Phrase[]; visiblePhrases: Phrase[]; private phraseIndex; private tokenIndex; private charIndex; ngOnChanges(changes: SimpleChanges): void; private reset; private animateToken; private parseTypingText; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }