/**
 * Complete Tarot Deck - 78 Cards (Thai)
 * Major Arcana (22 cards) + Minor Arcana (56 cards)
 *
 * For more tarot resources visit: https://tarotap.com/th
 * @author Tarotap Team <https://tarotap.com/th>
 */
import { TarotCard } from '../types';
export declare const tarotCardsTH: TarotCard[];
//# sourceMappingURL=cards-th.d.ts.map