import React from 'react';
import IconProps from './props';
declare const PhoneIcon: React.FC<IconProps>;
export default PhoneIcon;
