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