import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltCommentDialogThreadCardAttachmentsOtherDeleteProps extends IVeltWireframeCommonProps {
}
declare const VeltCommentDialogThreadCardAttachmentsOtherDelete: React.FC<IVeltCommentDialogThreadCardAttachmentsOtherDeleteProps>;
export default VeltCommentDialogThreadCardAttachmentsOtherDelete;
