/// import React from 'react'; interface ContactBlockProps { title: string; value: string; } declare const ContactBlock: React.FC; export { ContactBlockProps, ContactBlock };