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