import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltCommentBubbleUnreadIconProps extends IVeltWireframeCommonProps {
}
declare const VeltCommentBubbleUnreadIcon: React.FC<IVeltCommentBubbleUnreadIconProps>;
export default VeltCommentBubbleUnreadIcon;
