import React from 'react'; import { type ContactsProps } from './contactTypes'; declare const Contacts: React.FC; export default Contacts;