import type { IconProps } from '../types/index'; declare function SvgComment(iconProps: IconProps): JSX.Element; declare namespace SvgComment { var displayName: string; } export default SvgComment;