import React from 'react';
export interface IVeltCommentDialogAssigneeBannerUserNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
    inlineCommentSectionMode?: boolean;
}
declare const VeltCommentDialogAssigneeBannerUserName: React.FC<IVeltCommentDialogAssigneeBannerUserNameProps>;
export default VeltCommentDialogAssigneeBannerUserName;
