import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const AddCommentIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { AddCommentIcon, AddCommentIcon as default };
//# sourceMappingURL=AddComment.d.ts.map