import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardStubComponent {
    structure: any;
    isSelected: boolean;
    isOrientation: boolean;
    showDetails: EventEmitter<any>;
    addToList: EventEmitter<any>;
    hover: EventEmitter<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardStubComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardStubComponent, "app-card", never, { "structure": "structure"; "isSelected": "isSelected"; "isOrientation": "isOrientation"; }, { "showDetails": "showDetails"; "addToList": "addToList"; "hover": "hover"; }, never, never, false>;
}
