import { ICardPlain } from './card-plain.interface'; export declare class CardPlainSharedComponent { card: ICardPlain; }