import type { ISupportCard } from '../../card-types';
declare const supportCards: ISupportCard[];
export default supportCards;
