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