/**
 * Traditional Chinese Tarot Card Names - 78 Cards
 * 繁體中文塔羅牌名稱
 *
 * For more tarot resources visit: https://tarotap.com/en
 * @author Tarotap Team <https://tarotap.com/en>
 */
import { TarotCard } from '../types';
export declare const tarotCardsTW: TarotCard[];
//# sourceMappingURL=cards-tw.d.ts.map