import React from 'react';
export interface IVeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    variant?: string;
}
declare const VeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframe: React.FC<IVeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframeProps>;
export default VeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframe;
