import { FC } from "react";
interface ContactsIconProps {
}
declare const ContactsIcon: FC<ContactsIconProps>;
export default ContactsIcon;
