import React from 'react';
export interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
}
export interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps> {
}
declare const VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe: IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
export default VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
