import { SVGProps } from "react"; declare const PhoneIcon: (props: SVGProps) => JSX.Element; export default PhoneIcon;