import { OnInit } from '@angular/core'; export declare class SkeletonLoaderComponent implements OnInit { height: string; width: string; mTop: string; skeletonStyles: object; constructor(); ngOnInit(): void; }