import React from 'react'; type HeadshotProps = { headshot: string; prefLabel: string; streamPage?: string; className?: string; }; declare const Headshot: React.FC; export default Headshot;