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