import * as i0 from "@angular/core";
export declare class CardComponent {
    /**
     * Whether card has border or no
     */
    hasBorder: boolean;
    /**
     * Whether card flow is horizontal
     */
    isHorizontal: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "nj-card", never, { "hasBorder": { "alias": "hasBorder"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; }, {}, never, ["[njCardImage]", "[njCardTitle]", "*"], true, never>;
}
