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