export type CommentIconProps = { displayName?: string; imgSrc?: string; size?: number; }; declare const CommentIcon: ({ displayName, imgSrc, size }: CommentIconProps) => JSX.Element; export default CommentIcon; //# sourceMappingURL=index.d.ts.map