import React from 'react'; declare const BoardCard: React.FC<{ card: any; titleField: string; }>; export default BoardCard;