import { ICardType } from "./type"; declare const CardTypes: ICardType[]; export default CardTypes;