/// <reference types="react" />
import { UimIconProps } from '../index.types';
declare function UimComment(props: UimIconProps): JSX.Element;
export default UimComment;
