import React from 'react'; import type { IconProps } from "./"; declare const Phone: React.FC; export default Phone;