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