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