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