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