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