/// export interface ProjectCardProps { image?: string; title?: string; secondary?: string; description?: string; } export declare function ProjectCard(props: ProjectCardProps): JSX.Element;