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