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