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