import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const PhoneCallIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link PhoneCallIcon} instead.
 */
export declare const PhoneCall: typeof PhoneCallIcon;
export default PhoneCallIcon;
