import { ReactNode } from 'react'; export declare type BoardCardProps = { title: string; username: string; avatarUrl?: string; thumbnailImage?: JSX.Element; thumbnailUrl?: string; headerButton?: ReactNode; showAvatar?: boolean; disableHoverState?: boolean; forceActiveState?: boolean; };