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