import React from 'react';
import { IconProps } from "./";
declare const Comment: React.FC<IconProps>;
export default Comment;
