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