import React from 'react'; declare const Card: (item: any) => React.JSX.Element; export default Card;