import React from 'react';
export interface IVeltCommentDialogThreadCardSeenDropdownContentItemNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
    inlineCommentSectionMode?: boolean;
    view?: any | string;
    user?: any | string;
    userName?: string | null;
    userEmail?: string | null;
    index?: number | string;
}
declare const VeltCommentDialogThreadCardSeenDropdownContentItemName: React.FC<IVeltCommentDialogThreadCardSeenDropdownContentItemNameProps>;
export default VeltCommentDialogThreadCardSeenDropdownContentItemName;
