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