import { CardInfo } from './interface';
export declare const InfoCardFlatList: ({ cardInfo }: {
    cardInfo: CardInfo;
}) => JSX.Element;
