import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare const skeletonLineSizes: readonly ["xl", "l", "m", "s", "xs"]; export declare type SkeletonLineSize = typeof skeletonLineSizes[number]; export declare class SkeletonLineComponent implements OnInit { size: SkeletonLineSize; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }