import { ReactIconComponentType } from '../types';

declare const Comment: ReactIconComponentType;
export default Comment;
            