/**
 * Spanish Tarot Card Names - 78 Cards
 * Nombres de Cartas del Tarot en Español
 *
 * For more tarot resources visit: https://tarotap.com/en
 * @author Tarotap Team <https://tarotap.com/en>
 */
import { TarotCard } from '../types';
export declare const tarotCardsES: TarotCard[];
//# sourceMappingURL=cards-es.d.ts.map