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