/// import { BoardCardProps } from './interfaces'; declare const BoardCard: (props: BoardCardProps) => JSX.Element; export default BoardCard;