import { AlloyCardImage } from '../card.model'; import { KeyValue } from '@angular/common'; import * as i0 from "@angular/core"; export declare class CardImageComponent { _cardImage: AlloyCardImage; set cardImage(_cardImage: AlloyCardImage); constructor(); originalOrder: (a: KeyValue, b: KeyValue) => number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }