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