import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function CommentIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { CommentIcon, CommentIcon as default };
//# sourceMappingURL=Comment.d.ts.map