/** * 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 { OnChanges, SimpleChanges } from '@angular/core'; import { VtsSkeletonAvatarShape, VtsSkeletonAvatarSize, VtsSkeletonButtonShape, VtsSkeletonButtonSize, VtsSkeletonInputSize } from './skeleton.type'; import * as i0 from "@angular/core"; export declare class VtsSkeletonElementDirective { vtsActive: boolean; vtsType: 'button' | 'input' | 'avatar' | 'image'; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class VtsSkeletonElementButtonComponent { vtsShape: VtsSkeletonButtonShape; vtsSize: VtsSkeletonButtonSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsSkeletonElementAvatarComponent implements OnChanges { vtsShape: VtsSkeletonAvatarShape; vtsSize: VtsSkeletonAvatarSize; styleMap: {}; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsSkeletonElementInputComponent { vtsSize: VtsSkeletonInputSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsSkeletonElementImageComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }