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