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