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