import React from 'react';
import { PhoneIconProps } from './PhoneIcon.types';
declare const PhoneIcon: React.FunctionComponent<PhoneIconProps>;
export default PhoneIcon;
