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