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