/** * 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 { NzSkeletonAvatarShape, NzSkeletonAvatarSize, NzSkeletonButtonShape, NzSkeletonButtonSize, NzSkeletonInputSize } from './skeleton.type'; import * as i0 from "@angular/core"; export declare class NzSkeletonElementDirective { nzActive: boolean; nzType: 'button' | 'input' | 'avatar' | 'image'; nzBlock: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_nzActive: unknown; static ngAcceptInputType_nzBlock: unknown; } export declare class NzSkeletonElementButtonComponent { nzShape: NzSkeletonButtonShape; nzSize: NzSkeletonButtonSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NzSkeletonElementAvatarComponent implements OnChanges { nzShape: NzSkeletonAvatarShape; nzSize: NzSkeletonAvatarSize; styleMap: {}; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NzSkeletonElementInputComponent { nzSize: NzSkeletonInputSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NzSkeletonElementImageComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }