import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SkeletonComponent { private elementRef; barsHeight: number; radius: number; customTheme: Record; appearance: 'line' | 'circle'; barsCount: number; protected baseTheme: { 'border-radius': string; height: string; margin: number; display: string; }; constructor(elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }