import type { ContactCard } from '../ContactCard';
/**
 * This contact data is pulled from The Good Newsroom
 */
export declare const CONTACT_INFO: ContactCard.DisplayedContact;
