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