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