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