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