import * as i0 from '@angular/core'; import { TemplateRef, OnInit, QueryList } from '@angular/core'; import * as i5 from '@angular/cdk/bidi'; import { Direction } from '@angular/cdk/bidi'; import { NzConfigKey } from 'ng-zorro-antd/core/config'; import { NgStyleInterface, NzSizeDSType } from 'ng-zorro-antd/core/types'; declare class NzCardGridDirective { nzHoverable: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_nzHoverable: unknown; } declare class NzCardMetaComponent { nzTitle: string | TemplateRef | null; nzDescription: string | TemplateRef | null; nzAvatar: TemplateRef | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * 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 */ declare class NzCardTabComponent { template: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * 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 */ declare class NzCardComponent implements OnInit { private cdr; private directionality; private destroyRef; readonly _nzModuleName: NzConfigKey; nzBordered: boolean; nzLoading: boolean; nzHoverable: boolean; nzBodyStyle: NgStyleInterface | null; nzCover?: TemplateRef; nzActions: Array>; nzType: string | 'inner' | null; nzSize: NzSizeDSType; nzTitle?: string | TemplateRef; nzExtra?: string | TemplateRef; listOfNzCardTabComponent?: NzCardTabComponent; listOfNzCardGridDirective: QueryList; dir: Direction; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzBordered: unknown; static ngAcceptInputType_nzLoading: unknown; static ngAcceptInputType_nzHoverable: unknown; } declare class NzCardModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzCardComponent, NzCardGridDirective, NzCardMetaComponent, NzCardModule, NzCardTabComponent };