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