import { OnInit } from '@angular/core';
export declare class CoreCard implements OnInit {
    depth: number;
    color: string;
    isSelectable: boolean;
    constructor();
    ngOnInit(): any;
}
