import React from 'react'; import { ListCardProps } from './interface'; declare const ListCard: React.FC; export default ListCard;