import { IconProps } from '../lib';
declare function PhoneCall(props: IconProps): JSX.Element;
export default PhoneCall;
