import { BooleanInput } from 'ng-zorro-antd/core/types';
import * as i0 from "@angular/core";
export declare class NzCardGridDirective {
    static ngAcceptInputType_nzHoverable: BooleanInput;
    nzHoverable: boolean;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<NzCardGridDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NzCardGridDirective, "[nz-card-grid]", ["nzCardGrid"], { "nzHoverable": "nzHoverable"; }, {}, never>;
}
