/// export declare const CommentIcon: ({ width, height, color, fill, }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; fill?: string | undefined; }) => JSX.Element;