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