import { OnInit, OnDestroy } from '@angular/core'; export declare class SkeletonTextComponent implements OnInit, OnDestroy { ngOnInit(): void; ngOnDestroy(): void; }