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