/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectorRef, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core'; import { BooleanInput } from '@ui-vts-kit/ng-vts/core/types'; import { VtsSkeletonAvatar, VtsSkeletonParagraph, VtsSkeletonTitle } from './skeleton.type'; import * as i0 from "@angular/core"; export declare class VtsSkeletonComponent implements OnInit, OnChanges { private cdr; static ngAcceptInputType_vtsActive: BooleanInput; static ngAcceptInputType_vtsLoading: BooleanInput; static ngAcceptInputType_vtsRounded: BooleanInput; vtsActive: boolean; vtsLoading: boolean; vtsRounded: boolean; vtsTitle: VtsSkeletonTitle | boolean; vtsAvatar: VtsSkeletonAvatar | boolean; vtsParagraph: VtsSkeletonParagraph | boolean; title: VtsSkeletonTitle; avatar: VtsSkeletonAvatar; paragraph: VtsSkeletonParagraph; rowsList: number[]; widthList: Array; constructor(cdr: ChangeDetectorRef, renderer: Renderer2, elementRef: ElementRef); toCSSUnit(value?: number | string): string; shouldDisplayParagraph(): boolean; private getTitleProps; private getAvatarProps; private getParagraphProps; private getProps; private getWidthList; private updateProps; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }