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