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