import { SkeletonMetadata } from './types'; import * as i0 from "@angular/core"; export declare class SkeletonComponent { props: SkeletonMetadata; getWidth(): string; getHeight(): string; getBorderRadius(): string; isCircle(): boolean; getLines(): number[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }