import React from "react"; import { IconColor } from "../icons/iconColors"; interface PhoneIconProps { color?: IconColor; } export declare const PhoneIcon: React.FC; export {};