import React from 'react';
export interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
}
export interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps> {
}
declare const VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe: IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
export default VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
